Add support for denite

This commit is contained in:
Thomas Dy
2017-03-01 16:41:08 +08:00
parent d46fb524bd
commit c9a0c62b1b
3 changed files with 53 additions and 1 deletions
+5
View File
@@ -143,6 +143,11 @@ function! airline#extensions#load()
call add(loaded_ext, 'unite')
endif
if get(g:, 'loaded_denite', 0)
call airline#extensions#denite#init(s:ext)
call add(loaded_ext, 'denite')
endif
if exists(':NetrwSettings')
call airline#extensions#netrw#init(s:ext)
call add(loaded_ext, 'netrw')