mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
vimPlugins.tmux-complete-vim: init at 2019-05-13 (#63684)
vimPlugins.tmux-complete-vim: init at 2019-05-13
This commit is contained in:
commit
9e09baac83
2 changed files with 12 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue