Compare commits

..

2 Commits

Author SHA1 Message Date
diniamo e9c7066b69
Merge 54ea093ce0 into a86c59457c 2024-06-16 21:45:59 +02:00
diniamo 54ea093ce0 tabline/bufferline: add missing separator_style variations 2024-06-16 21:45:54 +02:00
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.