LunarVim/.luarc.json

10 lines
254 B
JSON
Raw Normal View History

{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.diagnostics.disable": [
"redundant-parameter",
"param-type-mismatch",
"missing-parameter"
],
"diagnostics.libraryFiles": "Disable"
}