We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224690f commit 1c81e66Copy full SHA for 1c81e66
init.lua
@@ -379,7 +379,10 @@ require('lspconfig').sumneko_lua.setup {
379
diagnostics = {
380
globals = { 'vim' },
381
},
382
- workspace = { library = vim.api.nvim_get_runtime_file('', true) },
+ workspace = {
383
+ library = vim.api.nvim_get_runtime_file('', true),
384
+ checkThirdParty = false,
385
+ },
386
-- Do not send telemetry data containing a randomized but unique identifier
387
telemetry = { enable = false },
388
0 commit comments