mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
vim-plugins/easygit init
This commit is contained in:
parent
9bd6dc7a78
commit
413ddd19bd
@ -421,6 +421,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
easygit = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "easygit-2017-08-11";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/chemzqm/vim-easygit";
|
||||
rev = "8f66da54da627395309548efee6d8705b7f50768";
|
||||
sha256 = "013jl330k9yjcvzzqhwz93adm4349gkl3q1c55m1zfkg3afmvnwd";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
extradite = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "extradite-2015-09-22";
|
||||
src = fetchgit {
|
||||
|
@ -22,6 +22,7 @@
|
||||
"ctrlp-cmatcher"
|
||||
"ctrlp-py-matcher"
|
||||
"ctrlp-z"
|
||||
"easygit"
|
||||
"extradite"
|
||||
"fugitive"
|
||||
"ghcmod"
|
||||
|
Loading…
Reference in New Issue
Block a user