vimPlugins.hare-vim: init at 2022-07-02

This commit is contained in:
Hugo Osvaldo Barrera 2022-07-11 21:13:51 +02:00 committed by Matthieu Coudron
parent ae5ce20224
commit ac35f25d0d
2 changed files with 12 additions and 0 deletions

View file

@ -3346,6 +3346,17 @@ final: prev:
meta.homepage = "https://github.com/junegunn/gv.vim/";
};
hare-vim = buildVimPluginFrom2Nix {
pname = "hare.vim";
version = "2022-07-02";
src = fetchgit {
url = "https://git.sr.ht/~sircmpwn/hare.vim";
rev = "5c758cdbbabd6e4ba92bced9428cd1fa4212f003";
sha256 = "0l1q9x1n30h32zfnd2krg3frywydfmb8ic05619pylamnyh4w918";
};
meta.homepage = "https://git.sr.ht/~sircmpwn/hare.vim";
};
harpoon = buildVimPluginFrom2Nix {
pname = "harpoon";
version = "2022-05-08";

View file

@ -280,6 +280,7 @@ https://github.com/sainnhe/gruvbox-material/,,
https://github.com/ellisonleao/gruvbox.nvim/,,
https://github.com/sjl/gundo.vim/,,
https://github.com/junegunn/gv.vim/,,
https://git.sr.ht/~sircmpwn/hare.vim,HEAD,
https://github.com/ThePrimeagen/harpoon/,,
https://github.com/neovimhaskell/haskell-vim/,,
https://github.com/travitch/hasksyn/,,