vimPlugins.vim-tmux-clipboard: init at 2019-04-07

This commit is contained in:
David Wood 2020-06-04 17:33:54 +01:00 committed by Jon
parent db21ea2830
commit 50eddf8a72
2 changed files with 13 additions and 0 deletions

View File

@ -6362,6 +6362,18 @@ let
meta.homepage = "https://github.com/tmux-plugins/vim-tmux/";
};
vim-tmux-clipboard = buildVimPluginFrom2Nix {
pname = "vim-tmux-clipboard";
version = "2019-04-07";
src = fetchFromGitHub {
owner = "roxma";
repo = "vim-tmux-clipboard";
rev = "47187740b88f9dab213f44678800cc797223808e";
sha256 = "1a7rpbvb7dgjfnrh95zg2ia6iiz2mz2xps31msb8h14hcj6dsv6y";
};
meta.homepage = "https://github.com/roxma/vim-tmux-clipboard/";
};
vim-tmux-focus-events = buildVimPluginFrom2Nix {
pname = "vim-tmux-focus-events";
version = "2019-12-09";

View File

@ -406,6 +406,7 @@ ron89/thesaurus_query.vim
roxma/nvim-cm-racer
roxma/nvim-completion-manager
roxma/nvim-yarp
roxma/vim-tmux-clipboard
RRethy/vim-illuminate
rust-lang/rust.vim
ryanoasis/vim-devicons