From 9f20c1f313e20102dd83adeaf091284be1fd82d0 Mon Sep 17 00:00:00 2001 From: "eric.marin" Date: Wed, 11 Sep 2024 14:49:39 +0200 Subject: config --- nvim/.luarc.json | 7 +++++++ 1 file changed, 7 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..c901255 --- /dev/null +++ b/nvim/.luarc.json @@ -0,0 +1,7 @@ +{ + "diagnostics.globals": [ + "vim", + "_lazygit_toggle", + "config" + ] +} \ No newline at end of file -- cgit v1.2.3