chore(ci): setup llscheck
This commit is contained in:
parent
f599e75963
commit
8c1b89b449
3 changed files with 49 additions and 2 deletions
13
.github/workflows/luarc.json
vendored
Normal file
13
.github/workflows/luarc.json
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"diagnostics.libraryFiles": "Disable",
|
||||
"runtime.version": "LuaJIT",
|
||||
"workspace.checkThirdParty": "Disable",
|
||||
"workspace.library": [
|
||||
"$VIMRUNTIME/lua",
|
||||
"lua",
|
||||
".tests/site/pack/deps/start/mini.doc/lua",
|
||||
".tests/site/pack/deps/start/mini.test/lua",
|
||||
".tests/site/pack/deps/start/nvim-treesitter/lua",
|
||||
".tests/site/pack/deps/start/tokyonight.nvim/lua"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue