Skip to content

Commit 8dbf13a

Browse files
committed
Ignore third party lua checking
1 parent cca1606 commit 8dbf13a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configs/lsp.lua

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ lspconfig.lua_ls.setup({
5252
workspace = {
5353
-- Make the server aware of Neovim runtime files
5454
library = vim.api.nvim_get_runtime_file("", true),
55+
checkThirdParty = false,
5556
},
5657
-- Do not send telemetry data containing a randomized but unique identifier
5758
telemetry = {

0 commit comments

Comments
 (0)