[add] support battery.vim

This commit is contained in:
kazukazuinaina
2020-09-08 01:09:39 +09:00
parent 51f599e2cf
commit 2a69254d21
4 changed files with 34 additions and 0 deletions

View File

@@ -450,6 +450,11 @@ function! airline#extensions#load()
call add(s:loaded_ext, 'searchcount')
endif
if get(g:, 'loaded_battery', 0) && get(g:, 'airline#extensions#battery#enabled', 0)
call airline#extensions#battery#init(s:ext)
call add(s:loaded_ext, 'battery')
endif
if !get(g:, 'airline#extensions#disable_rtp_load', 0)
" load all other extensions, which are not part of the default distribution.
" (autoload/airline/extensions/*.vim outside of our s:script_path).