From 966d12ac730c83da90d60ab24eae539b2ea69441 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 24 Sep 2025 00:14:04 +0200 Subject: Update/Overhaul --- .luacheckrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .luacheckrc (limited to '.luacheckrc') diff --git a/.luacheckrc b/.luacheckrc new file mode 100755 index 0000000..26f9f67 --- /dev/null +++ b/.luacheckrc @@ -0,0 +1,5 @@ +-- .luacheckrc +globals = { + "vim", + -- Add other Neovim globals like 'require', 'rawset', etc., if needed +} -- cgit v1.2.3