mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
vimPlugins.legendary-nvim: init at 2022-07-26
This commit is contained in:
parent
faaf77b13c
commit
74ed4b5ead
@ -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";
|
||||
|
@ -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/,,
|
||||
|
Loading…
Reference in New Issue
Block a user