scrollbar: allow to customize minimum window width

closes #2531
This commit is contained in:
Christian Brabandt
2022-05-05 23:09:10 +02:00
parent d421c35f94
commit 13628d698d
2 changed files with 6 additions and 1 deletions

View File

@@ -1394,6 +1394,10 @@ Displays an Ascii Scrollbar for active windows with a width > 200.
* enable/disable scrollbar integration >
let g:airline#extensions#scrollbar#enabled = 1 (default: 0)
* set minimum window width, below which the scollbar
will be disabled >
let g:airline#extensions#scrollbar#minwidth = 100 (default: 200)
------------------------------------- *airline-taboo*
taboo.vim <https://github.com/gcmt/taboo.vim>