tabline/bufferline: add missing separator_style variations

This commit is contained in:
diniamo 2024-06-16 21:45:54 +02:00
parent d9a62eff17
commit dde2b5cac4
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ in {
};
separator_style = mkOption {
type = nullOr (either (enum ["slant" "slope" "thick" "thin"]) (listOf str));
type = nullOr (either (enum ["slant" "padded_slant" "slope" "padded_slope" "thick" "thin"]) (listOf str));
default = "thin";
description = ''
The type of separator used to separate buffers and tabs.