Skip to content

Commit

Permalink
hoge
Browse files Browse the repository at this point in the history
  • Loading branch information
delphinus committed Jul 28, 2023
1 parent 60f0c7b commit 2e8d13e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/frecency/tests/lint.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
if not vim.env.LSP_CONFIG_PATH then
print "cannot find nvim-lspconfig"
vim.cmd.qa { bang = true }
end
vim.opt.runtimepath:append(vim.env.LSP_CONFIG_PATH)
require("lspconfig").lua_ls.setup { settings = { Lua = { diagnostics = { globals = { "vim" } } } } }
vim.api.nvim_create_autocmd("DiagnosticChanged", {
Expand Down

0 comments on commit 2e8d13e

Please sign in to comment.