vim-plugins/easygit init

This commit is contained in:
Anders Sildnes 2018-01-16 16:43:17 +01:00
parent 9bd6dc7a78
commit 413ddd19bd
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View File

@ -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 {

View File

@ -22,6 +22,7 @@
"ctrlp-cmatcher"
"ctrlp-py-matcher"
"ctrlp-z"
"easygit"
"extradite"
"fugitive"
"ghcmod"