From b94eefa6b58f274bb61db4e792105c3959cf2022 Mon Sep 17 00:00:00 2001 From: Ethan Morgan Date: Sat, 14 Feb 2026 16:40:16 +0000 Subject: init dotfiles and stuff --- nvim/.luarc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 nvim/.luarc.json (limited to 'nvim/.luarc.json') diff --git a/nvim/.luarc.json b/nvim/.luarc.json new file mode 100644 index 0000000..4a2c971 --- /dev/null +++ b/nvim/.luarc.json @@ -0,0 +1,10 @@ +{ + "diagnostics.globals": [ + "vim", + "bufnr" + ], + "diagnostics.disable": [ + "unused-local", + "undefined-global" + ] +} \ No newline at end of file -- cgit v1.2.3