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:
parent
36fe55487a
commit
13704d2b48
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user