Allow flag configuration of tagbar statusline string

This commit is contained in:
Vitor Antunes
2013-09-05 15:42:17 +01:00
parent f57b65d3b8
commit e967d09bf3
2 changed files with 6 additions and 1 deletions

View File

@@ -236,6 +236,9 @@ tagbar <https://github.com/majutsushi/>
* enable/disable tagbar integration >
let g:airline#extensions#tagbar#enabled = 1
<
* change how tags are displayed (:help tagbar-statusline) >
let g:airline#extensions#tagbar#flags = 'f'
<
------------------------------------- *airline-csv*
csv.vim <https://github.com/chrisbra/csv.vim>