disable missing-fields diagnostic for lua
This commit is contained in:
@@ -29,6 +29,9 @@ return {
|
||||
completion = {
|
||||
showWord = "Disable",
|
||||
},
|
||||
diagnostics = {
|
||||
disable = { "missing-fields", },
|
||||
},
|
||||
runtime = {
|
||||
version = "LuaJIT",
|
||||
path = {
|
||||
|
||||
Reference in New Issue
Block a user