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
|
extradite = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "extradite-2015-09-22";
|
name = "extradite-2015-09-22";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
"ctrlp-cmatcher"
|
"ctrlp-cmatcher"
|
||||||
"ctrlp-py-matcher"
|
"ctrlp-py-matcher"
|
||||||
"ctrlp-z"
|
"ctrlp-z"
|
||||||
|
"easygit"
|
||||||
"extradite"
|
"extradite"
|
||||||
"fugitive"
|
"fugitive"
|
||||||
"ghcmod"
|
"ghcmod"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user