diff --git a/home/.config/nvim/lua/.luarc.json b/home/.config/nvim/lua/.luarc.json index 23b9ee2..03c8166 100644 --- a/home/.config/nvim/lua/.luarc.json +++ b/home/.config/nvim/lua/.luarc.json @@ -1,3 +1,4 @@ { - "workspace.checkThirdParty": false -} \ No newline at end of file + "$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", + "workspace.checkThirdParty": false +}