mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-07 02:10:56 +08:00
tweak width truncation values.
This commit is contained in:
@@ -192,8 +192,10 @@ configuration values that you can use.
|
||||
|
||||
* control which sections get truncated and at what width. >
|
||||
let g:airline#extensions#default#section_truncate_width = {
|
||||
\ 'b': 90,
|
||||
\ 'y': 90,
|
||||
\ 'b': 88,
|
||||
\ 'x': 60,
|
||||
\ 'y': 88,
|
||||
\ 'z': 45,
|
||||
\ })
|
||||
<
|
||||
*airline-branch*
|
||||
|
||||
Reference in New Issue
Block a user