setup: added luarc for nvim

This commit is contained in:
2026-03-08 10:56:26 +01:00
parent 43166f9f11
commit 5f83f33abc

12
.config/nvim/.luarc.json Normal file
View File

@@ -0,0 +1,12 @@
{
"runtime.version": "LuaJIT",
"runtime.path": [
"lua/?.lua",
"lua/?/init.lua"
],
"diagnostics.globals": ["vim"],
"workspace.checkThirdParty": false,
"workspace.library": [
"$VIMRUNTIME"
]
}