mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
bufferline: add new tab styles
This commit is contained in:
parent
8f00594b25
commit
7ad1288fdd
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ in {
|
||||||
rightTruncMarker = helpers.defaultNullOpts.mkStr "" "right trunc marker";
|
rightTruncMarker = helpers.defaultNullOpts.mkStr "" "right trunc marker";
|
||||||
|
|
||||||
separatorStyle =
|
separatorStyle =
|
||||||
helpers.defaultNullOpts.mkEnum ["slant" "thick" "thin"] "thin"
|
helpers.defaultNullOpts.mkEnum ["slant" "padded_slant" "slope" "padded_slope" "thick" "thin"] "thin"
|
||||||
"Separator style";
|
"Separator style";
|
||||||
|
|
||||||
nameFormatter =
|
nameFormatter =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue