From 81fe92bae12ea3bb710214b72f46a37e038dbf5c Mon Sep 17 00:00:00 2001 From: Guanran Wang Date: Tue, 27 Feb 2024 02:57:11 +0800 Subject: [PATCH] repo: fix "undefined variable 'vim'" --- .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..a1de830 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,5 @@ +{ + "diagnostics": { + "globals": ["vim"] + } +}