vimPlugins.vim-tmux-focus-events: init at 2019-04-19
This commit is contained in:
parent
d6bafe8286
commit
651a2342b4
@ -4920,6 +4920,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vim-tmux-focus-events = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vim-tmux-focus-events";
|
||||||
|
version = "2019-04-19";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "tmux-plugins";
|
||||||
|
repo = "vim-tmux-focus-events";
|
||||||
|
rev = "0f89b1ada151e22882a5a47a1ee2b6d6135bc5c1";
|
||||||
|
sha256 = "0rx1615wlsl62y62l217vgjd5vjfzf3zjwq43fflpc6bixikqc6j";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vim-tmux-navigator = buildVimPluginFrom2Nix {
|
vim-tmux-navigator = buildVimPluginFrom2Nix {
|
||||||
pname = "vim-tmux-navigator";
|
pname = "vim-tmux-navigator";
|
||||||
version = "2019-01-29";
|
version = "2019-01-29";
|
||||||
|
@ -393,6 +393,7 @@ thirtythreeforty/lessspace.vim
|
|||||||
thosakwe/vim-flutter
|
thosakwe/vim-flutter
|
||||||
tikhomirov/vim-glsl
|
tikhomirov/vim-glsl
|
||||||
tmux-plugins/vim-tmux
|
tmux-plugins/vim-tmux
|
||||||
|
tmux-plugins/vim-tmux-focus-events
|
||||||
tomasr/molokai
|
tomasr/molokai
|
||||||
tomlion/vim-solidity
|
tomlion/vim-solidity
|
||||||
tommcdo/vim-exchange
|
tommcdo/vim-exchange
|
||||||
|
Loading…
x
Reference in New Issue
Block a user