aboutsummaryrefslogtreecommitdiffstats
path: root/modules/home/conf/nvim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/home/conf/nvim/plgs/harpoon/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/conf/nvim/plgs/harpoon/default.nix b/modules/home/conf/nvim/plgs/harpoon/default.nix
index fa275f1b..465f24f0 100644
--- a/modules/home/conf/nvim/plgs/harpoon/default.nix
+++ b/modules/home/conf/nvim/plgs/harpoon/default.nix
@@ -33,7 +33,7 @@ in {
programs.nixvim = {
plugins.harpoon = {
enable = true;
- package = pkgs.vimExtraPlugins.harpoon;
+ package = pkgs.vimPlugins.harpoon;
enableTelescope = true;
# menu.width = "vim.api.nvim_win_get_width(0) - 4"; # TODO: integrate that
keymaps = {