first setup

This commit is contained in:
radumacocian
2024-08-18 18:41:41 +02:00
commit 984c55deac
353 changed files with 523 additions and 0 deletions

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

@@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"diagnostics": {
"enable": true,
"globals": [
"vim",
"use"
]
}
}