mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
tabline/bufferline: add missing separator_style variations
This commit is contained in:
parent
d9a62eff17
commit
dde2b5cac4
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
separator_style = mkOption {
|
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";
|
default = "thin";
|
||||||
description = ''
|
description = ''
|
||||||
The type of separator used to separate buffers and tabs.
|
The type of separator used to separate buffers and tabs.
|
||||||
|
|
Loading…
Reference in a new issue