Neovim: add schema for luarc

This commit is contained in:
Marko Korhonen 2023-02-21 11:33:35 +02:00
parent da72520c7b
commit 884e29d6f2
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,3 +1,4 @@
{
"workspace.checkThirdParty": false
}
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"workspace.checkThirdParty": false
}