mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
vimPlugins.git-messenger-vim: init at 2020-06-08
This commit is contained in:
parent
f055ae8e41
commit
fbbdc5a27d
@ -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";
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user