Updated scripts

This commit is contained in:
2025-08-17 00:14:30 +02:00
parent cc3640996f
commit ec590a7a81
2 changed files with 64 additions and 14 deletions

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