Added .luarc.json to get rid of warnings about missing global vim object

This commit is contained in:
2024-09-19 22:02:29 +02:00
parent eddedb0da9
commit 0b3ea1098a
3 changed files with 14 additions and 3 deletions

3
.luarc.json Normal file
View File

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