fix(ci): vim typing
This commit is contained in:
parent
8f3aca33b0
commit
a4fabd11a2
2 changed files with 29 additions and 2 deletions
16
.luarc.json
Normal file
16
.luarc.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue