Merge pull request #34075 from Ma27/init-gitv

vimPlugins.gitv: init

authored by Sarah Brofeldt and committed by GitHub c7367048 cf93bcb7

+13
+12
pkgs/misc/vim-plugins/default.nix
··· 2155 2155 2156 2156 }; 2157 2157 2158 + gitv = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2159 + name = "gitv-2017-11-26"; 2160 + src = fetchgit { 2161 + url = "https://github.com/gregsexton/gitv"; 2162 + rev = "4b7ecf354726a3d31d0ad9090efd27a79c850a35"; 2163 + sha256 = "0n2ddq0kicl2xjrhxi5pqvpikxa7vbf0hp3lzwmpapmvx146wi3w"; 2164 + }; 2165 + dependencies = ["fugitive"]; 2166 + 2167 + }; 2168 + 2169 + 2158 2170 matchit-zip = buildVimPluginFrom2Nix { # created by nix#NixDerivation 2159 2171 name = "matchit-zip"; 2160 2172 src = fetchurl {
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 67 67 "github:google/vim-codefmt" 68 68 "github:google/vim-jsonnet" 69 69 "github:google/vim-maktaba" 70 + "github:gregsexton/gitv" 70 71 "github:heavenshell/vim-jsdoc" 71 72 "github:hecal3/vim-leader-guide" 72 73 "github:idris-hackers/idris-vim"