From 6ae5456317564134fdb90342fd59daa44e9862b6 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 27 Jan 2026 10:00:44 +0300 Subject: [PATCH] chore: tell luacheck that vim is a defined global Signed-off-by: NotAShelf Change-Id: I9bb0435fc423784411d9493b46078fe36a6a6964 --- .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 0000000..1e1765c --- /dev/null +++ b/.luarc.json @@ -0,0 +1,5 @@ +{ + "diagnostics.globals": [ + "vim" + ] +} \ No newline at end of file