scrollbar: disable by default

as per feedback from reddit
This commit is contained in:
Christian Brabandt
2021-05-21 16:10:24 +02:00
parent 03ec880101
commit 4a64fbfc4b
2 changed files with 2 additions and 2 deletions

View File

@@ -1360,7 +1360,7 @@ groups:
Displays an Ascii Scrollbar for active windows with a width > 200.
* enable/disable scrollbar integration >
let g:airline#extensions#scrollbar#enabled = 1 (default: 1)
let g:airline#extensions#scrollbar#enabled = 1 (default: 0)
------------------------------------- *airline-taboo*
taboo.vim <https://github.com/gcmt/taboo.vim>