vimPlugins.vim-airline-clock: init at 2018-05-08

This commit is contained in:
Vonfry 2020-07-05 09:43:10 +08:00
parent 77ffd8d5e0
commit 5e20a03646
No known key found for this signature in database
GPG Key ID: 7CEA08AE02E6F76F
2 changed files with 13 additions and 0 deletions

View File

@ -3877,6 +3877,18 @@ let
meta.homepage = "https://github.com/vim-airline/vim-airline/";
};
vim-airline-clock = buildVimPluginFrom2Nix {
pname = "vim-airline-clock";
version = "2018-05-08";
src = fetchFromGitHub {
owner = "enricobacis";
repo = "vim-airline-clock";
rev = "a752ae89d833ce14f87e303f3f479c01065077ca";
sha256 = "0wbaxm1k9j4cl5vw1wppsds0afc0h3n2ipp8xhgdh5jswjhr6wlc";
};
meta.homepage = "https://github.com/enricobacis/vim-airline-clock/";
};
vim-airline-themes = buildVimPluginFrom2Nix {
pname = "vim-airline-themes";
version = "2020-06-26";

View File

@ -96,6 +96,7 @@ elmcast/elm-vim
elzr/vim-json
embear/vim-localvimrc
enomsg/vim-haskellConcealPlus
enricobacis/vim-airline-clock
ensime/ensime-vim
ervandew/supertab
esneider/YUNOcommit.vim