Skip to content

Commit

Permalink
vimPlugins.tmux-complete-vim: init at 2019-05-13 (#63684)
Browse files Browse the repository at this point in the history
vimPlugins.tmux-complete-vim: init at 2019-05-13
  • Loading branch information
Mic92 committed Jun 23, 2019
2 parents 024db43 + 3b7972a commit 9e09baa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e09baa

Please sign in to comment.