bufferline: deprecated option

This commit is contained in:
Alexander Nortung 2023-01-22 20:31:46 +01:00
parent 6ad7575d6f
commit 63be580ac4

View file

@ -64,12 +64,13 @@ in
description = "Command or function run when middle clicking on a buffer.";
default = null;
};
# indicatorIcon = mkOption {
# type = types.nullOr types.str;
# description = "The Icon shown as a indicator for buffer. Changing it is NOT recommended,
# this is intended to be an escape hatch for people who cannot bear it for whatever reason.";
# default = null;
# };
# is deprecated, but might still work
indicatorIcon = mkOption {
type = types.nullOr types.str;
description = "The Icon shown as a indicator for buffer. Changing it is NOT recommended,
this is intended to be an escape hatch for people who cannot bear it for whatever reason.";
default = null;
};
bufferCloseIcon = mkOption {
type = types.nullOr types.str;
description = "The close icon for each buffer.";