add .luarc.json for lua-language-server and fix a couple of nits (#1296)
This commit is contained in:
committed by
GitHub
parent
e482bad61c
commit
c3b7be8d19
13
.luarc.json
Normal file
13
.luarc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"diagnostics": {
|
||||
"globals": {
|
||||
"vim": true
|
||||
},
|
||||
"disable": {
|
||||
"lowercase-global": true,
|
||||
"missing-parameter": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user