vim-plugins/vim-gitbranch: init

This commit is contained in:
Anders Sildnes 2018-01-25 14:12:16 +01:00
parent b39683a4df
commit 4b036bb019
No known key found for this signature in database
GPG key ID: 1B6F731A9B8A026C
2 changed files with 12 additions and 0 deletions

View file

@ -1067,6 +1067,17 @@ rec {
};
vim-gitbranch = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-gitbranch-2017-05-28";
src = fetchgit {
url = "https://github.com/itchyny/vim-gitbranch";
rev = "8118dc1cdd387bd609852be4bf350360ce881193";
sha256 = "01gvd96mnzfc5s0951zzq122birg5svnximkldgb9kv5bmsnmh3j";
};
dependencies = [];
};
vim-ipython = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-ipython-2015-06-23";
src = fetchgit {

View file

@ -250,3 +250,4 @@
"github:chemzqm/denite-git"
"github:chemzqm/denite-extra"
"github:bazelbuild/vim-bazel"
"github:itchyny/vim-gitbranch"