ci: scripts

This commit is contained in:
Barrett Ruth 2026-03-04 14:21:12 -05:00
parent 098f822ec2
commit 86a3523f2d
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 20 additions and 1 deletions

View file

@ -2,7 +2,13 @@
"runtime.version": "LuaJIT",
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
"diagnostics.globals": ["vim", "jit"],
"workspace.library": ["$VIMRUNTIME/lua", "${3rd}/luv/library"],
"workspace.library": [
"$VIMRUNTIME/lua",
"${3rd}/luv/library",
"${3rd}/busted/library",
"${3rd}/luassert/library"
],
"workspace.checkThirdParty": false,
"workspace.ignoreDir": [".direnv"],
"completion.callSnippet": "Replace"
}