mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #65520 from Gerschtli/add/vim-tmux
vimPlugins.vim-tmux: init at 2019-03-22
This commit is contained in:
commit
f2eef7b321
|
@ -4457,6 +4457,17 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
vim-tmux = buildVimPluginFrom2Nix {
|
||||
pname = "vim-tmux";
|
||||
version = "2019-03-22";
|
||||
src = fetchFromGitHub {
|
||||
owner = "tmux-plugins";
|
||||
repo = "vim-tmux";
|
||||
rev = "4e77341a2f8b9b7e41e81e9debbcecaea5987c85";
|
||||
sha256 = "16fgc0lx1jr8zbayanf5w677ssiw5xb8vwfaca295c8xlk760c3m";
|
||||
};
|
||||
};
|
||||
|
||||
vim-tmux-navigator = buildVimPluginFrom2Nix {
|
||||
pname = "vim-tmux-navigator";
|
||||
version = "2019-01-29";
|
||||
|
|
|
@ -357,6 +357,7 @@ thinca/vim-themis
|
|||
thinca/vim-visualstar
|
||||
thosakwe/vim-flutter
|
||||
tikhomirov/vim-glsl
|
||||
tmux-plugins/vim-tmux
|
||||
tomasr/molokai
|
||||
tomlion/vim-solidity
|
||||
tommcdo/vim-lion
|
||||
|
|
Loading…
Reference in a new issue