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