1
0
Fork 0

lsp: lua don't check 3rd party

This commit is contained in:
Felipe 2023-08-05 14:32:16 -04:00
parent ca9ef9eae0
commit 180c90a0df
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -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 },