mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
vimPlugins.bclose-vim: init at 2018-10-10
This commit is contained in:
parent
4e0486fcd9
commit
73c51e064a
|
@ -191,6 +191,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
bclose-vim = buildVimPluginFrom2Nix {
|
||||
pname = "bclose-vim";
|
||||
version = "2018-10-10";
|
||||
src = fetchFromGitHub {
|
||||
owner = "rbgrouleff";
|
||||
repo = "bclose.vim";
|
||||
rev = "99018b4a2dd18aea1cbd3aa23565b01a0f8c5b73";
|
||||
sha256 = "09a7g0nxn8cbnfz6za8q1p46kb5zbvxl80077hrjpnx4xc82xn2h";
|
||||
};
|
||||
};
|
||||
|
||||
bufexplorer = buildVimPluginFrom2Nix {
|
||||
pname = "bufexplorer";
|
||||
version = "2020-01-10";
|
||||
|
|
|
@ -366,6 +366,7 @@ raghur/vim-ghost
|
|||
raichoo/purescript-vim
|
||||
Raimondi/delimitMate
|
||||
rakr/vim-one
|
||||
rbgrouleff/bclose.vim
|
||||
reedes/vim-pencil
|
||||
reedes/vim-wordy
|
||||
rhysd/committia.vim
|
||||
|
|
Loading…
Reference in a new issue