diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..7394b0d --- /dev/null +++ b/.luarc.json @@ -0,0 +1,19 @@ +{ + "runtime.version": "LuaJIT", + "runtime.path": ["lua/?.lua", "lua/?/init.lua"], + "diagnostics.globals": [ + "vim", + "ipairs", + "require", + "pcall", + "pairs", + "type", + "unpack", + "table", + "string", + "os", + "tostring", + ], + "workspace.checkThirdParty": false, + "workspace.library": ["$VIMRUNTIME", "./lua"] +}