feat: initial setup files

This commit is contained in:
Barrett Ruth 2026-02-01 16:30:24 -05:00
parent 30b82a7c3f
commit 416757c0d9
12 changed files with 229 additions and 0 deletions

8
.luarc.json Normal file
View file

@ -0,0 +1,8 @@
{
"runtime.version": "Lua 5.1",
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
"diagnostics.globals": ["vim"],
"workspace.library": ["$VIMRUNTIME/lua", "${3rd}/luv/library"],
"workspace.checkThirdParty": false,
"completion.callSnippet": "Replace"
}