update tagbar extension
Allow the tagbar extension to be disabled.
This commit is contained in:
parent
7524110de9
commit
222adbfeaa
|
@ -126,7 +126,7 @@ function! airline#extensions#load()
|
|||
call airline#extensions#commandt#init(s:ext)
|
||||
endif
|
||||
|
||||
if exists(':TagbarToggle')
|
||||
if g:airline_enable_tagbar && exists(':TagbarToggle')
|
||||
call airline#extensions#tagbar#init(s:ext)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue