chore: add `vim` to luarc globals
parent
ca258b1e46
commit
3e13827776
|
|
@ -1,3 +1,4 @@
|
||||||
{
|
{
|
||||||
"runtime.version": "LuaJIT"
|
"runtime.version": "LuaJIT",
|
||||||
|
"diagnostics.globals": ["vim"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue