We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca1606 commit 8dbf13aCopy full SHA for 8dbf13a
configs/lsp.lua
@@ -52,6 +52,7 @@ lspconfig.lua_ls.setup({
52
workspace = {
53
-- Make the server aware of Neovim runtime files
54
library = vim.api.nvim_get_runtime_file("", true),
55
+ checkThirdParty = false,
56
},
57
-- Do not send telemetry data containing a randomized but unique identifier
58
telemetry = {
0 commit comments