vimPlugins.gitv: init
This commit is contained in:
parent
696be7a0b0
commit
76f1c77f5f
@ -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
|
matchit-zip = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "matchit-zip";
|
name = "matchit-zip";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
@ -67,6 +67,7 @@
|
|||||||
"github:google/vim-codefmt"
|
"github:google/vim-codefmt"
|
||||||
"github:google/vim-jsonnet"
|
"github:google/vim-jsonnet"
|
||||||
"github:google/vim-maktaba"
|
"github:google/vim-maktaba"
|
||||||
|
"github:gregsexton/gitv"
|
||||||
"github:heavenshell/vim-jsdoc"
|
"github:heavenshell/vim-jsdoc"
|
||||||
"github:hecal3/vim-leader-guide"
|
"github:hecal3/vim-leader-guide"
|
||||||
"github:idris-hackers/idris-vim"
|
"github:idris-hackers/idris-vim"
|
||||||
|
Loading…
Reference in New Issue
Block a user