From b27714866fce8f00621b12b5baf9611c3c930bba Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Tue, 21 Oct 2025 21:04:04 +0200 Subject: feat: .lua_ls.rc won't fix all issues --- .luarc.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .luarc.json (limited to '.luarc.json') diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index 96d006c..0000000 --- a/.luarc.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "runtime.version": "LuaJIT", - "runtime.path": [ - "lua/?.lua", - "lua/?.init.lua" - ], - "diagnostics.globals": [ - "vim" - ], - "workspace.checkThirdParty": false, - "workspace.library": [ - "$VIMRUNTIME" - ] -} -- cgit v1.1