vimPlugins.legendary-nvim: init at 2022-07-26

This commit is contained in:
"Andrey Kuznetsov" 2022-08-20 23:18:26 +00:00
parent faaf77b13c
commit 74ed4b5ead
2 changed files with 13 additions and 0 deletions

View File

@ -3850,6 +3850,18 @@ final: prev:
meta.homepage = "https://github.com/leanprover/lean.vim/";
};
legendary-nvim = buildVimPluginFrom2Nix {
pname = "legendary.nvim";
version = "2022-07-26";
src = fetchFromGitHub {
owner = "mrjones2014";
repo = "legendary.nvim";
rev = "b0bcc7681ba884d1222faa8f2a56a438a02fc7c7";
sha256 = "1w1d5z47l72wmj5wi44yvmbicdczw4ym85msq333hhilh2866fw0";
};
meta.homepage = "https://github.com/mrjones2014/legendary.nvim/";
};
lens-vim = buildVimPluginFrom2Nix {
pname = "lens.vim";
version = "2021-05-30";

View File

@ -322,6 +322,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/mrjones2014/legendary.nvim/,HEAD,
https://github.com/camspiers/lens.vim/,,
https://github.com/thirtythreeforty/lessspace.vim/,,
https://github.com/cohama/lexima.vim/,,