mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-10 04:46:04 +02:00
bufferline: deprecated option
This commit is contained in:
parent
6ad7575d6f
commit
63be580ac4
1 changed files with 7 additions and 6 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue