forked from mirrors/nixpkgs
vimPlugins.bufferize-vim: init at 2022-06-25
This commit is contained in:
parent
c6ab0931c5
commit
6e14a6d3d1
|
@ -941,6 +941,18 @@ final: prev:
|
|||
meta.homepage = "https://github.com/jlanzarotta/bufexplorer/";
|
||||
};
|
||||
|
||||
bufferize-vim = buildVimPluginFrom2Nix {
|
||||
pname = "bufferize.vim";
|
||||
version = "2022-06-25";
|
||||
src = fetchFromGitHub {
|
||||
owner = "AndrewRadev";
|
||||
repo = "bufferize.vim";
|
||||
rev = "013857c12340bc14e285727eaf7d0bfb9807c768";
|
||||
sha256 = "1f4681p7zxchzi628n633j54y6mw13ayjcw0sf6yy2iywrrppdfy";
|
||||
};
|
||||
meta.homepage = "https://github.com/AndrewRadev/bufferize.vim/";
|
||||
};
|
||||
|
||||
bufferline-nvim = buildVimPluginFrom2Nix {
|
||||
pname = "bufferline.nvim";
|
||||
version = "2022-11-16";
|
||||
|
|
|
@ -77,6 +77,7 @@ https://github.com/turbio/bracey.vim/,,
|
|||
https://github.com/fruit-in/brainfuck-vim/,,
|
||||
https://github.com/famiu/bufdelete.nvim/,,
|
||||
https://github.com/jlanzarotta/bufexplorer/,,
|
||||
https://github.com/AndrewRadev/bufferize.vim/,HEAD,
|
||||
https://github.com/akinsho/bufferline.nvim/,,
|
||||
https://github.com/dkarter/bullets.vim/,,
|
||||
https://github.com/mattn/calendar-vim/,,mattn-calendar-vim
|
||||
|
|
Loading…
Reference in a new issue