vimPlugins.vim-endwise: init at 2019-11-13

This commit is contained in:
ivann 2020-01-09 23:16:02 +01:00 committed by Jon
parent 2773c7a9ac
commit f58d7da30d
2 changed files with 12 additions and 0 deletions

View File

@ -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 {
pname = "vim-eunuch";
version = "2019-11-13";

View File

@ -442,6 +442,7 @@ tomtom/tlib_vim
tpope/vim-abolish
tpope/vim-commentary
tpope/vim-dispatch
tpope/vim-endwise
tpope/vim-eunuch
tpope/vim-fireplace
tpope/vim-flagship