From 2443077b04a48bbad6a1da846b5182bccaae56eb Mon Sep 17 00:00:00 2001 From: Binciu Viorel Date: Sun, 26 May 2024 12:54:42 +0300 Subject: [PATCH] feat: Added niovim --- lua/plugins/niovim.lua | 1 + 1 file changed, 1 insertion(+) create mode 100644 lua/plugins/niovim.lua diff --git a/lua/plugins/niovim.lua b/lua/plugins/niovim.lua new file mode 100644 index 0000000..a8f5d15 --- /dev/null +++ b/lua/plugins/niovim.lua @@ -0,0 +1 @@ +return { "nvim-neotest/nvim-nio" }