feat: initialize repo

This commit is contained in:
antistereov
2025-07-13 15:38:39 +02:00
commit d30985b6b4
27 changed files with 695 additions and 0 deletions

6
nvim/.luarc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"diagnostics.globals": [
"vim",
"LazyVim"
]
}