From e0596a0649b3f86a53a865e4862d5b4356eb20c2 Mon Sep 17 00:00:00 2001 From: workflow <4farlion@gmail.com> Date: Sun, 17 Dec 2023 19:55:04 +0000 Subject: [PATCH] lint(nvim): declare vim as available Lua global --- .luarc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 00000000..1e1765c6 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,5 @@ +{ + "diagnostics.globals": [ + "vim" + ] +} \ No newline at end of file