mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +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";
|
||||
|
||||
separatorStyle =
|
||||
helpers.defaultNullOpts.mkEnum ["slant" "thick" "thin"] "thin"
|
||||
helpers.defaultNullOpts.mkEnum ["slant" "padded_slant" "slope" "padded_slope" "thick" "thin"] "thin"
|
||||
"Separator style";
|
||||
|
||||
nameFormatter =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue