lsp: lua don't check 3rd party
This commit is contained in:
parent
ca9ef9eae0
commit
180c90a0df
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
|
@ -240,6 +240,7 @@ local servers = {
|
||||||
unusedLocalExclude = { "_*" },
|
unusedLocalExclude = { "_*" },
|
||||||
},
|
},
|
||||||
workspace = {
|
workspace = {
|
||||||
|
checkThirdParty = false,
|
||||||
library = vim.api.nvim_get_runtime_file("", true),
|
library = vim.api.nvim_get_runtime_file("", true),
|
||||||
},
|
},
|
||||||
telemetry = { enable = false },
|
telemetry = { enable = false },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue