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 {
|
vim-tmux-navigator = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-tmux-navigator";
|
pname = "vim-tmux-navigator";
|
||||||
version = "2019-01-29";
|
version = "2019-01-29";
|
||||||
|
@ -357,6 +357,7 @@ thinca/vim-themis
|
|||||||
thinca/vim-visualstar
|
thinca/vim-visualstar
|
||||||
thosakwe/vim-flutter
|
thosakwe/vim-flutter
|
||||||
tikhomirov/vim-glsl
|
tikhomirov/vim-glsl
|
||||||
|
tmux-plugins/vim-tmux
|
||||||
tomasr/molokai
|
tomasr/molokai
|
||||||
tomlion/vim-solidity
|
tomlion/vim-solidity
|
||||||
tommcdo/vim-lion
|
tommcdo/vim-lion
|
||||||
|
Loading…
x
Reference in New Issue
Block a user