lua lsp edits

This commit is contained in:
2026-02-09 13:35:50 -06:00
parent d0e94ed5a7
commit 4f8489bfdb
4 changed files with 13 additions and 17 deletions

9
lsp/lua_ls.lua Normal file
View File

@@ -0,0 +1,9 @@
return {
settings = {
Lua = {
diagnostics = { globals = { "vim" } },
workspace = { checkThirdParty = false },
telemetry = { enable = false },
},
},
}