Small improvements

This commit is contained in:
MDS
2026-01-04 18:51:30 +01:00
parent bcabc31c48
commit b9f2867d9f
5 changed files with 56 additions and 1 deletions

12
.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"
]
}