From 78d136c4b533a21a343555bb3a5f653e39e14574 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 10 Dec 2023 20:49:58 +0100 Subject: fix(hm/conf/nvim/plgs/harpoon): Use version locked to the old branch --- hm/soispha/conf/nvim/plgs/harpoon/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hm/soispha') 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 = { -- cgit 1.4.1