about summary refs log tree commit diff stats
path: root/hm/soispha
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soispha')
-rw-r--r--hm/soispha/conf/nvim/plgs/harpoon/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hm/soispha/conf/nvim/plgs/harpoon/default.nix b/hm/soispha/conf/nvim/plgs/harpoon/default.nix
index afbeb727..b1421dab 100644
--- a/hm/soispha/conf/nvim/plgs/harpoon/default.nix
+++ b/hm/soispha/conf/nvim/plgs/harpoon/default.nix
@@ -1,4 +1,4 @@
-{...}: let
+{pkgs, ...}: let
   numbers = ["0" "1" "2" "3" "4" "5" "6" "7" "8" "9"];
   mkNumberedCommand = {
     command_template,
@@ -34,6 +34,7 @@ in {
   programs.nixvim = {
     plugins.harpoon = {
       enable = true;
+      package = pkgs.vimExtraPlugins.harpoon;
       enableTelescope = true;
       # menu.width = "vim.api.nvim_win_get_width(0) - 4"; # TODO: integrate that
       keymaps = {