vimPlugins.git-messenger-vim: init at 2020-06-08

This commit is contained in:
Andrey Kuznetsov 2020-06-21 13:26:01 +00:00
parent f055ae8e41
commit fbbdc5a27d
2 changed files with 13 additions and 0 deletions

View File

@ -1606,6 +1606,18 @@ let
meta.homepage = "https://github.com/eagletmt/ghcmod-vim/";
};
git-messenger-vim = buildVimPluginFrom2Nix {
pname = "git-messenger-vim";
version = "2020-06-08";
src = fetchFromGitHub {
owner = "rhysd";
repo = "git-messenger.vim";
rev = "0c79022b267f10305cd2d0d3e978c77bcb67b617";
sha256 = "1657622w60g2xqxalvxjhx9blcppxy69kgn170jb65902x2bav7p";
};
meta.homepage = "https://github.com/rhysd/git-messenger.vim/";
};
gitignore-vim = buildVimPluginFrom2Nix {
pname = "gitignore-vim";
version = "2014-03-16";

View File

@ -401,6 +401,7 @@ rbgrouleff/bclose.vim
reedes/vim-pencil
reedes/vim-wordy
rhysd/committia.vim
rhysd/git-messenger.vim
rhysd/vim-grammarous
rhysd/vim-operator-surround
rodjek/vim-puppet