tmuxPlugins: Add tmux-gruvbox to tmux-plugins

This commit adds Maciej Sypień's port [1] of Pavel Pertsev's gruvbox
color scheme [2] for vim.

[1] https://github.com/egel/terminator-gruvbox
[2] https://github.com/morhetz/gruvbox
This commit is contained in:
Kyle Ondy 2019-10-30 10:34:03 -04:00
parent 36fe55487a
commit 13704d2b48
No known key found for this signature in database
GPG key ID: E9375956DCC40875

View file

@ -123,6 +123,16 @@ in rec {
};
};
gruvbox = mkDerivation {
pluginName = "gruvbox";
rtpFilePath = "gruvbox-tpm.tmux";
src = fetchgit {
url = "https://github.com/egel/tmux-gruvbox";
rev = "6149fd8b5d6924925b4d5aa6935039780e94f3d6";
sha256 = "1ykr4yardavd0x7yfrnshd4b0gi8p31pji7i79ib0nss134zncpb";
};
};
logging = mkDerivation {
pluginName = "logging";
src = fetchgit {