initial commit

This commit is contained in:
2026-03-29 19:43:53 -04:00
commit db50df1469
3 changed files with 156 additions and 0 deletions

7
.luarc.json Normal file
View File

@@ -0,0 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json",
"workspace.library": [
"/opt/homebrew/Cellar/neovim/0.12.0/share/nvim/runtime/lua",
"~/.local/share/nvim/lazy/lazy.nvim/lua"
]
}