3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.gitv: init

This commit is contained in:
Maximilian Bosch 2018-01-20 11:03:02 +01:00
parent 696be7a0b0
commit 76f1c77f5f
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E
2 changed files with 13 additions and 0 deletions

View file

@ -2155,6 +2155,18 @@ rec {
};
gitv = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "gitv-2017-11-26";
src = fetchgit {
url = "https://github.com/gregsexton/gitv";
rev = "4b7ecf354726a3d31d0ad9090efd27a79c850a35";
sha256 = "0n2ddq0kicl2xjrhxi5pqvpikxa7vbf0hp3lzwmpapmvx146wi3w";
};
dependencies = ["fugitive"];
};
matchit-zip = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "matchit-zip";
src = fetchurl {

View file

@ -67,6 +67,7 @@
"github:google/vim-codefmt"
"github:google/vim-jsonnet"
"github:google/vim-maktaba"
"github:gregsexton/gitv"
"github:heavenshell/vim-jsdoc"
"github:hecal3/vim-leader-guide"
"github:idris-hackers/idris-vim"