Extra luals settings

This commit is contained in:
2025-11-22 00:28:46 +01:00
parent 434ff26226
commit 38f4c63336

View File

@@ -1,8 +1,23 @@
return {
settings = {
Lua = {
workspace = { checkThirdParty = false },
workspace = {
checkThirdParty = false,
library = {
"./definitions",
},
},
telemetry = { enable = false },
type = {
checkTableShape = true,
},
diagnostics = {
neededFileStatus = {
-- ["no-unknown"] = "Opened",
-- ["incomplete-signature-doc"] = "Opened",
-- ["await-in-sync"] = "Opened",
},
},
},
},
}