mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
vimPlugins.vimagit: init at 2019-07-24
This commit is contained in:
parent
d576af3561
commit
a067458d65
@ -5415,6 +5415,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vimagit = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vimagit";
|
||||||
|
version = "2019-07-24";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "jreybert";
|
||||||
|
repo = "vimagit";
|
||||||
|
rev = "94762b1356ebdcb8ec486a86f45e69ef77a69465";
|
||||||
|
sha256 = "1p8izqdkx8g1aqmq9a2qm506bs4mvc4xdbzkh2k5xprm5vc14z0s";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vimelette = buildVimPluginFrom2Nix {
|
vimelette = buildVimPluginFrom2Nix {
|
||||||
pname = "vimelette";
|
pname = "vimelette";
|
||||||
version = "2019-05-02";
|
version = "2019-05-02";
|
||||||
|
@ -156,6 +156,7 @@ jonsmithers/vim-html-template-literals
|
|||||||
joonty/vim-xdebug
|
joonty/vim-xdebug
|
||||||
josa42/coc-go
|
josa42/coc-go
|
||||||
jpalardy/vim-slime
|
jpalardy/vim-slime
|
||||||
|
jreybert/vimagit
|
||||||
JuliaEditorSupport/deoplete-julia
|
JuliaEditorSupport/deoplete-julia
|
||||||
JuliaEditorSupport/julia-vim
|
JuliaEditorSupport/julia-vim
|
||||||
Julian/vim-textobj-variable-segment
|
Julian/vim-textobj-variable-segment
|
||||||
|
Loading…
Reference in New Issue
Block a user