From 3c9f8bb979a0bc451811c33a73c26df3ca3ea58e Mon Sep 17 00:00:00 2001 From: Bailey Ling Date: Sun, 3 Nov 2013 23:14:10 -0500 Subject: [PATCH] document section layout ordering (#164). --- doc/airline.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index 05c7aeb7..7a955b71 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -233,6 +233,14 @@ configuration values that you can use. " Note: set to an empty dictionary to disable truncation. 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* The quickfix extension is a simple built-in extension which determines whether the buffer is a quickfix or location list buffer, and adjusts the