Skip to content

Commit

Permalink
Fix lua language server show message every time lua file is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Dec 30, 2022
1 parent ca5fe11 commit 0cb9c32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot_config/nvim/lua/plugin/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ lspconfig.sumneko_lua.setup({
},
workspace = {
library = vim.api.nvim_get_runtime_file("", true),
checkThirdParty = false,
},
telemetry = {
enable = false,
Expand Down

0 comments on commit 0cb9c32

Please sign in to comment.