Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
Fix `lua-language-server` messages by disabling 3rd party checks. See neovim/nvim-lspconfig#1700 (comment).
  • Loading branch information
m99coder authored Jan 17, 2024
1 parent 248ef71 commit 01758fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ require("lspconfig")["sumneko_lua"].setup {
diagnostics = { globals = { "vim" } },
workspace = {
library = vim.api.nvim_get_runtime_file("", true),
checkThirdParty = false,
},
telemetry = {
enable = false,
Expand Down

0 comments on commit 01758fe

Please sign in to comment.