vimPlugins.mattn-calendar-vim: init at 2018-08-25

This commit is contained in:
Galen Abell 2019-10-29 11:57:44 +01:00 committed by Jon
parent 47769e5127
commit 6f3f7fcc89
2 changed files with 12 additions and 0 deletions

View File

@ -1640,6 +1640,17 @@ let
};
};
mattn-calendar-vim = buildVimPluginFrom2Nix {
pname = "mattn-calendar-vim";
version = "2018-08-24";
src = fetchFromGitHub {
owner = "mattn";
repo = "calendar-vim";
rev = "867d0cd2d9388e7f1a88f5fe4da23461422fa8fb";
sha256 = "0f13wkvnjcv3awmahrkqw9f9hjdj8fq8wm10rs8jfmzad7w16dvk";
};
};
mayansmoke = buildVimPluginFrom2Nix {
pname = "mayansmoke";
version = "2010-10-18";

View File

@ -226,6 +226,7 @@ MarcWeber/vim-addon-toggle-buffer
MarcWeber/vim-addon-xdebug
markonm/traces.vim
martinda/Jenkinsfile-vim-syntax
mattn/calendar-vim as mattn-calendar-vim
mattn/emmet-vim
mattn/gist-vim
mattn/webapi-vim