feat: more ci stuff

This commit is contained in:
Barrett Ruth 2025-11-08 13:05:48 -05:00
parent 4c257d5065
commit 88397bc1ad
4 changed files with 119 additions and 1 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"
}