fix(ci): vim typing

This commit is contained in:
Barrett Ruth 2025-09-12 17:39:28 -05:00
parent 8f3aca33b0
commit a4fabd11a2
2 changed files with 29 additions and 2 deletions

16
.luarc.json Normal file
View file

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