From 019a93697352f442edfbf7b12abcaa0ff4293cfd Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Wed, 29 Oct 2025 11:52:37 +0000 Subject: new and improved nvim config --- .luarc.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .luarc.json (limited to '.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 -- cgit v1.2.3