From 45f8d6233b76f4657cd9136c33e3f1564f25648c Mon Sep 17 00:00:00 2001 From: Indrajith Date: Fri, 5 Jul 2024 04:06:58 +0530 Subject: Dots Updated * Adds Neovim config --- nvim/.luarc.json | 5 +++++ 1 file changed, 5 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 000000000..1e1765c6d --- /dev/null +++ b/nvim/.luarc.json @@ -0,0 +1,5 @@ +{ + "diagnostics.globals": [ + "vim" + ] +} \ No newline at end of file -- cgit v1.2.3