1
0
Fork 0

nvim: get rid of lualsp propts

This commit is contained in:
Vladimír Dudr 2023-12-10 15:23:17 +01:00
parent 91c97d0198
commit 981de38644

View file

@ -1,5 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"Lua.completion.autoRequire": false,
"Lua.workspace.checkThirdParty": false
}
"Lua.workspace.checkThirdParty": false,
"workspace.checkThirdParty": false
}