Merge pull request #203790 from aacebedo/aacebedo/tmux-indicator

This commit is contained in:
Sandro 2022-12-24 01:14:06 +01:00 committed by GitHub
commit cc8def18f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,6 +340,24 @@ in rec {
};
};
mode-indicator = mkTmuxPlugin rec {
pluginName = "mode-indicator";
version = "unstable-2021-10-01";
src = fetchFromGitHub {
owner = "MunifTanjim";
repo = "tmux-mode-indicator";
rev = "11520829210a34dc9c7e5be9dead152eaf3a4423";
sha256 = "sha256-hlhBKC6UzkpUrCanJehs2FxK5SoYBoiGiioXdx6trC4=";
};
meta = with lib; {
homepage = "https://github.com/MunifTanjim/tmux-mode-indicator";
description = "Plugin that displays prompt indicating currently active Tmux mode";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ aacebedo ];
};
};
net-speed = mkTmuxPlugin {
pluginName = "net-speed";
version = "unstable-2018-12-02";