nvim: get rid of lualsp propts
This commit is contained in:
parent
91c97d0198
commit
981de38644
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
|
||||||
"Lua.completion.autoRequire": false,
|
"Lua.completion.autoRequire": false,
|
||||||
"Lua.workspace.checkThirdParty": false
|
"Lua.workspace.checkThirdParty": false,
|
||||||
}
|
"workspace.checkThirdParty": false
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue