Neovim: add schema for luarc

This commit is contained in:
Marko Korhonen 2023-02-21 11:33:35 +02:00
parent 8f74a04d5d
commit a8211ed1d8

View file

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