diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-21 13:55:01 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-09-21 13:55:01 +0200 |
commit | 5e9866ef3e0c13a83cdafd0a779cc8396aa4711d (patch) | |
tree | 627eedc75ee8f710c0c6f46746863180029bcd50 /modules | |
parent | build(flake): Update (diff) | |
download | nixos-config-5e9866ef3e0c13a83cdafd0a779cc8396aa4711d.tar.gz nixos-config-5e9866ef3e0c13a83cdafd0a779cc8396aa4711d.zip |
fix(conf/nvim/plgs/harpoon): Use upstream harpoon plugin
Diffstat (limited to 'modules')
-rw-r--r-- | modules/home/conf/nvim/plgs/harpoon/default.nix | 2 |
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 = { |