document section layout ordering (#164).
This commit is contained in:
parent
31f36740c8
commit
3c9f8bb979
|
@ -233,6 +233,14 @@ configuration values that you can use.
|
||||||
" Note: set to an empty dictionary to disable truncation.
|
" Note: set to an empty dictionary to disable truncation.
|
||||||
let g:airline#extensions#default#section_truncate_width = {}
|
let g:airline#extensions#default#section_truncate_width = {}
|
||||||
<
|
<
|
||||||
|
* configure the layout of the sections by specificing an array of two arrays
|
||||||
|
(first array is the left side, second array is the right side). >
|
||||||
|
let g:airline#extensions#default#layout = [
|
||||||
|
\ [ 'a', 'b', 'c' ],
|
||||||
|
\ [ 'x', 'y', 'z', 'warning' ]
|
||||||
|
\ ])
|
||||||
|
<
|
||||||
|
|
||||||
------------------------------------- *airline-quickfix*
|
------------------------------------- *airline-quickfix*
|
||||||
The quickfix extension is a simple built-in extension which determines
|
The quickfix extension is a simple built-in extension which determines
|
||||||
whether the buffer is a quickfix or location list buffer, and adjusts the
|
whether the buffer is a quickfix or location list buffer, and adjusts the
|
||||||
|
|
Loading…
Reference in New Issue