vimPlugins.harpoon2: init at 2023-12-11
This commit is contained in:
parent
cc9b8fd70e
commit
42d91a3a06
2 changed files with 5 additions and 0 deletions
|
@ -590,6 +590,10 @@ self: super: {
|
|||
dependencies = with self; [ plenary-nvim ];
|
||||
};
|
||||
|
||||
harpoon2 = super.harpoon2.overrideAttrs {
|
||||
dependencies = with self; [ plenary-nvim ];
|
||||
};
|
||||
|
||||
hex-nvim = super.hex-nvim.overrideAttrs {
|
||||
postPatch = ''
|
||||
substituteInPlace lua/hex.lua --replace xxd ${xxd}/bin/xxd
|
||||
|
|
|
@ -341,6 +341,7 @@ https://github.com/junegunn/gv.vim/,,
|
|||
https://github.com/m4xshen/hardtime.nvim/,HEAD,
|
||||
https://git.sr.ht/~sircmpwn/hare.vim,HEAD,
|
||||
https://github.com/ThePrimeagen/harpoon/,master,
|
||||
https://github.com/ThePrimeagen/harpoon/,harpoon2,harpoon2
|
||||
https://github.com/MrcJkb/haskell-tools.nvim/,HEAD,
|
||||
https://github.com/neovimhaskell/haskell-vim/,,
|
||||
https://github.com/wenzel-hoffman/haskell-with-unicode.vim/,HEAD,
|
||||
|
|
Loading…
Reference in a new issue