vimPlugins.harpoon: init at 2021-11-09
This commit is contained in:
parent
06449fce5b
commit
920625bdf8
@ -2385,6 +2385,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/junegunn/gv.vim/";
|
||||
};
|
||||
|
||||
harpoon = buildVimPluginFrom2Nix {
|
||||
pname = "harpoon";
|
||||
version = "2021-11-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ThePrimeagen";
|
||||
repo = "harpoon";
|
||||
rev = "57819752e62251f9488a95fea1690bb62547bd2a";
|
||||
sha256 = "0x5x6jmz31aclai0l2dplr0y16f97jb40cgvnrx8mr5gb0s5i7sc";
|
||||
};
|
||||
meta.homepage = "https://github.com/ThePrimeagen/harpoon/";
|
||||
};
|
||||
|
||||
haskell-vim = buildVimPluginFrom2Nix {
|
||||
pname = "haskell-vim";
|
||||
version = "2021-01-19";
|
||||
|
@ -744,6 +744,7 @@ tex/vimpreviewpandoc
|
||||
Th3Whit3Wolf/one-nvim@main
|
||||
theHamsta/nvim-dap-virtual-text
|
||||
ThePrimeagen/git-worktree.nvim
|
||||
ThePrimeagen/harpoon
|
||||
theprimeagen/refactoring.nvim
|
||||
ThePrimeagen/vim-apm
|
||||
thinca/vim-ft-diff_fold
|
||||
|
Loading…
Reference in New Issue
Block a user