nvim config stolen from @Lukacms
This commit is contained in:
10
nvim/.luarc.json
Normal file
10
nvim/.luarc.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||
"Lua.workspace.checkThirdParty": false,
|
||||
"diagnostics.disable": [
|
||||
"unused-local"
|
||||
],
|
||||
"diagnostics.globals": [
|
||||
"vim"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user