diff --git a/nvim/.luarc.json b/nvim/.luarc.json index 7394b0d..2a4b485 100644 --- a/nvim/.luarc.json +++ b/nvim/.luarc.json @@ -1,4 +1,5 @@ { + "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json", "runtime.version": "LuaJIT", "runtime.path": ["lua/?.lua", "lua/?/init.lua"], "diagnostics.globals": [ @@ -15,5 +16,5 @@ "tostring", ], "workspace.checkThirdParty": false, - "workspace.library": ["$VIMRUNTIME", "./lua"] + "workspace.library": [ "$VIMRUNTIME" ] }