From d0738bbf71b41b9394846cf9de96bbceeda7eebd Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 21 Oct 2025 20:26:16 +0200 Subject: feat: big refactor. --- .luarc.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .luarc.json (limited to '.luarc.json') diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..96d006c --- /dev/null +++ b/.luarc.json @@ -0,0 +1,14 @@ +{ + "runtime.version": "LuaJIT", + "runtime.path": [ + "lua/?.lua", + "lua/?.init.lua" + ], + "diagnostics.globals": [ + "vim" + ], + "workspace.checkThirdParty": false, + "workspace.library": [ + "$VIMRUNTIME" + ] +} -- cgit v1.1