Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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