chore: add `vim` to luarc globals

remotes/origin/HEAD
Chris Grieser 2024-10-21 20:14:27 +02:00
parent ca258b1e46
commit 3e13827776
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{
"runtime.version": "LuaJIT"
"runtime.version": "LuaJIT",
"diagnostics.globals": ["vim"]
}