1
0
Fork 1
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:
Jörg Thalheim 2019-07-28 19:49:10 +01:00 committed by GitHub
commit f2eef7b321
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -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";

View file

@ -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