0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

vimPlugins.leap-nvim: init at 2022-10-01

This commit is contained in:
figsoda 2022-10-08 23:17:50 -04:00
parent 804fb8e11b
commit 342dd0bf48
2 changed files with 13 additions and 0 deletions

View file

@ -3921,6 +3921,18 @@ final: prev:
meta.homepage = "https://github.com/leanprover/lean.vim/";
};
leap-nvim = buildVimPluginFrom2Nix {
pname = "leap.nvim";
version = "2022-10-01";
src = fetchFromGitHub {
owner = "ggandor";
repo = "leap.nvim";
rev = "5a09c30bf676d1392ff00eb9a41e0a1fc9b60a1b";
sha256 = "078q9dr4a2j6c6v7l4n1ly2j94d3q4fbinpmi4qma9zmrpg9nsn6";
};
meta.homepage = "https://github.com/ggandor/leap.nvim/";
};
legendary-nvim = buildVimPluginFrom2Nix {
pname = "legendary.nvim";
version = "2022-10-07";

View file

@ -328,6 +328,7 @@ https://github.com/latex-box-team/latex-box/,,
https://github.com/kdheepak/lazygit.nvim/,,
https://github.com/Julian/lean.nvim/,,
https://github.com/leanprover/lean.vim/,,
https://github.com/ggandor/leap.nvim/,HEAD,
https://github.com/mrjones2014/legendary.nvim/,HEAD,
https://github.com/camspiers/lens.vim/,,
https://github.com/thirtythreeforty/lessspace.vim/,,