mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
vim-plugins/vim-gitbranch: init
This commit is contained in:
parent
b39683a4df
commit
4b036bb019
2 changed files with 12 additions and 0 deletions
|
@ -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 {
|
||||
|
|
|
@ -250,3 +250,4 @@
|
|||
"github:chemzqm/denite-git"
|
||||
"github:chemzqm/denite-extra"
|
||||
"github:bazelbuild/vim-bazel"
|
||||
"github:itchyny/vim-gitbranch"
|
||||
|
|
Loading…
Reference in a new issue