vimPlugins.tmux-complete-vim: init at 2019-05-13

This commit is contained in:
Minijackson 2019-06-23 11:11:05 +02:00
parent baa75f0c25
commit 3b7972aa51
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62
2 changed files with 12 additions and 0 deletions

View File

@ -1882,6 +1882,17 @@ let
};
};
tmux-complete-vim = buildVimPluginFrom2Nix {
pname = "tmux-complete-vim";
version = "2019-05-13";
src = fetchFromGitHub {
owner = "wellle";
repo = "tmux-complete.vim";
rev = "897aaecdffd0133548ea7f8b5d76472236322ab6";
sha256 = "0iazphx5708hwpzyys7mx7hilkrarh7g5251j18m1pg5smbbfjvr";
};
};
traces-vim = buildVimPluginFrom2Nix {
pname = "traces-vim";
version = "2019-06-11";

View File

@ -376,6 +376,7 @@ vmchale/dhall-vim
w0rp/ale
wakatime/vim-wakatime
wellle/targets.vim
wellle/tmux-complete.vim
will133/vim-dirdiff
wincent/command-t
wincent/ferret