forked from poz/niksos
fix(neovim): fix harpoon
This commit is contained in:
parent
bc32cf2d89
commit
6d62f0efc8
1 changed files with 8 additions and 0 deletions
|
@ -191,6 +191,14 @@ in {
|
|||
crates-nvim.enable = true;
|
||||
harpoon = {
|
||||
enable = true;
|
||||
package = pkgs.vimPlugins.harpoon.overrideAttrs {
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "ThePrimeagen";
|
||||
repo = "harpoon";
|
||||
rev = "a31438258a75553d0cc53b2fd795eb6f7863e67c";
|
||||
hash = "sha256-CIlFzaWE8XdDZSuYDLNIkNe8SFXPRFL+Ckj/nHxSngs=";
|
||||
};
|
||||
};
|
||||
enableTelescope = true;
|
||||
keymapsSilent = false;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue