From 7d2d02c078cd3cfd9fb89a03ca52649c4de6ffb9 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Mon, 8 Apr 2024 10:47:37 +0200 Subject: [PATCH] Add vim as a global in luarc --- nvim/.luarc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nvim/.luarc.json diff --git a/nvim/.luarc.json b/nvim/.luarc.json new file mode 100644 index 0000000..1e1765c --- /dev/null +++ b/nvim/.luarc.json @@ -0,0 +1,5 @@ +{ + "diagnostics.globals": [ + "vim" + ] +} \ No newline at end of file