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 +}