Add vim as a global in luarc

This commit is contained in:
Martin Larsson 2024-04-08 10:47:37 +02:00
parent 0c897e42bd
commit 7d2d02c078

5
nvim/.luarc.json Normal file
View file

@ -0,0 +1,5 @@
{
"diagnostics.globals": [
"vim"
]
}