From 7d19acf40506cec66020e6285fb81d3440af0c18 Mon Sep 17 00:00:00 2001 From: Akin Sowemimo <22454918+akinsho@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:03:28 +0000 Subject: [PATCH] docs(README): add image of slope styling --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 96f77235..9dc81d0a 100644 --- a/README.md +++ b/README.md @@ -104,11 +104,17 @@ for more details on how to configure this plugin in details please see `:h buffe #### Alternate styling +##### Slanted tabs + ![slanted tabs](https://user-images.githubusercontent.com/22454918/111992989-fec39b80-8b0d-11eb-851b-010641196a04.png) **NOTE**: some terminals require special characters to be padded so set the style to `padded_slant` if the appearance isn't right in your terminal emulator. Please keep in mind though that results may vary depending on your terminal emulator of choice and this style might will not work for all terminals +##### Sloped tabs + +![sloped tabs](https://user-images.githubusercontent.com/22454918/220115787-0ba2264f-1cf5-4f18-a322-7c7cfa3d8f42.png) + see: `:h bufferline-styling` ---