Merge pull request #34075 from Ma27/init-gitv

vimPlugins.gitv: init
This commit is contained in:
Sarah Brofeldt 2018-01-21 12:07:58 +01:00 committed by GitHub
commit c7367048d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"