disable missing-fields diagnostic for lua

This commit is contained in:
2023-10-18 05:37:05 +02:00
parent 9c6b51a036
commit 1ffd21e320
+3
View File
@@ -29,6 +29,9 @@ return {
completion = { completion = {
showWord = "Disable", showWord = "Disable",
}, },
diagnostics = {
disable = { "missing-fields", },
},
runtime = { runtime = {
version = "LuaJIT", version = "LuaJIT",
path = { path = {