vimPlugins: add bullets-vim (#157433)
* vimPlugins.bullets-vim: init at 2022-01-30
This commit is contained in:
parent
3b6f2b44ea
commit
5f95ef7bdf
@ -904,6 +904,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/akinsho/bufferline.nvim/";
|
||||
};
|
||||
|
||||
bullets-vim = buildVimPluginFrom2Nix {
|
||||
pname = "bullets.vim";
|
||||
version = "2022-06-01";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dkarter";
|
||||
repo = "bullets.vim";
|
||||
rev = "f3b4ae71f60b5723077a77cfe9e8776a3ca553ac";
|
||||
sha256 = "1dfgxdmvzjqjc1viqx2nmzzrjr2n7c6931d3iypv96p2zywld99s";
|
||||
};
|
||||
meta.homepage = "https://github.com/dkarter/bullets.vim/";
|
||||
};
|
||||
|
||||
calendar-vim = buildVimPluginFrom2Nix {
|
||||
pname = "calendar.vim";
|
||||
version = "2022-03-21";
|
||||
|
@ -74,6 +74,7 @@ https://github.com/fruit-in/brainfuck-vim/,,
|
||||
https://github.com/famiu/bufdelete.nvim/,,
|
||||
https://github.com/jlanzarotta/bufexplorer/,,
|
||||
https://github.com/akinsho/bufferline.nvim/,,
|
||||
https://github.com/dkarter/bullets.vim/,,
|
||||
https://github.com/mattn/calendar-vim/,,mattn-calendar-vim
|
||||
https://github.com/itchyny/calendar.vim/,,
|
||||
https://github.com/bkad/camelcasemotion/,,
|
||||
|
Loading…
Reference in New Issue
Block a user