vimPlugins.vim-endwise: init at 2019-11-13
This commit is contained in:
parent
2773c7a9ac
commit
f58d7da30d
@ -3665,6 +3665,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-endwise = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-endwise";
|
||||||
|
version = "2019-11-13";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "tpope";
|
||||||
|
repo = "vim-endwise";
|
||||||
|
rev = "bf90d8be447de667f4532b934d1a70881be56dd8";
|
||||||
|
sha256 = "1czx891via5783yk222mhki94wvq75hxxp1xk1d5m90vwqb3azfn";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vim-eunuch = buildVimPluginFrom2Nix {
|
vim-eunuch = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-eunuch";
|
pname = "vim-eunuch";
|
||||||
version = "2019-11-13";
|
version = "2019-11-13";
|
||||||
|
@ -442,6 +442,7 @@ tomtom/tlib_vim
|
|||||||
tpope/vim-abolish
|
tpope/vim-abolish
|
||||||
tpope/vim-commentary
|
tpope/vim-commentary
|
||||||
tpope/vim-dispatch
|
tpope/vim-dispatch
|
||||||
|
tpope/vim-endwise
|
||||||
tpope/vim-eunuch
|
tpope/vim-eunuch
|
||||||
tpope/vim-fireplace
|
tpope/vim-fireplace
|
||||||
tpope/vim-flagship
|
tpope/vim-flagship
|
||||||
|
Loading…
x
Reference in New Issue
Block a user