forked from mirrors/nixpkgs
vimPlugins.mattn-calendar-vim: init at 2018-08-25
This commit is contained in:
parent
47769e5127
commit
6f3f7fcc89
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue