forked from mirrors/nixpkgs
vimPlugins.vim-git: init at 2020-07-13
This commit is contained in:
parent
f621108dbc
commit
9e59058f2f
|
@ -5161,6 +5161,18 @@ let
|
||||||
meta.homepage = "https://github.com/lambdalisue/vim-gista/";
|
meta.homepage = "https://github.com/lambdalisue/vim-gista/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-git = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-git";
|
||||||
|
version = "2020-07-13";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "tpope";
|
||||||
|
repo = "vim-git";
|
||||||
|
rev = "4be54a3e2e300a94f6f7dfa7a6ee9e81245c9886";
|
||||||
|
sha256 = "1061l9igdywfbqgwpf2f25yby78phb512hjbyzvqz5l1p7dw1xyd";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/tpope/vim-git/";
|
||||||
|
};
|
||||||
|
|
||||||
vim-gitbranch = buildVimPluginFrom2Nix {
|
vim-gitbranch = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-gitbranch";
|
pname = "vim-gitbranch";
|
||||||
version = "2017-05-27";
|
version = "2017-05-27";
|
||||||
|
|
|
@ -558,6 +558,7 @@ tpope/vim-eunuch
|
||||||
tpope/vim-fireplace
|
tpope/vim-fireplace
|
||||||
tpope/vim-flagship
|
tpope/vim-flagship
|
||||||
tpope/vim-fugitive
|
tpope/vim-fugitive
|
||||||
|
tpope/vim-git
|
||||||
tpope/vim-liquid
|
tpope/vim-liquid
|
||||||
tpope/vim-obsession
|
tpope/vim-obsession
|
||||||
tpope/vim-pathogen
|
tpope/vim-pathogen
|
||||||
|
|
Loading…
Reference in a new issue