From d4c463a57d9cbb6c03bef9bca11fc1737a7ca232 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Wed, 6 Nov 2024 09:19:01 -0500 Subject: [PATCH] activate Signed-off-by: Michael Thomson --- modules/home-manager/neovim/nvim/lua/plugins/activate.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 modules/home-manager/neovim/nvim/lua/plugins/activate.lua diff --git a/modules/home-manager/neovim/nvim/lua/plugins/activate.lua b/modules/home-manager/neovim/nvim/lua/plugins/activate.lua new file mode 100644 index 0000000..fb09770 --- /dev/null +++ b/modules/home-manager/neovim/nvim/lua/plugins/activate.lua @@ -0,0 +1,6 @@ +return { + 'zSnails/NeoNeedsKey', + config = function () + require("NeoNeedsKey").setup() + end +}