[add] vaffle's path section

This commit is contained in:
kazukazuinaina 2020-04-29 21:37:36 +09:00
parent ff3f66ed30
commit ad3132da33
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ let s:filetype_overrides = {
\ 'vim-plug': [ 'Plugins', '' ], \ 'vim-plug': [ 'Plugins', '' ],
\ 'vimfiler': [ 'vimfiler', '%{vimfiler#get_status_string()}' ], \ 'vimfiler': [ 'vimfiler', '%{vimfiler#get_status_string()}' ],
\ 'vimshell': ['vimshell','%{vimshell#get_status_string()}'], \ 'vimshell': ['vimshell','%{vimshell#get_status_string()}'],
\ 'vaffle' : [ 'Vaffle', '' ], \ 'vaffle' : [ 'Vaffle', '%{b:vaffle.dir}' ],
\ } \ }
if get(g:, 'airline#extensions#nerdtree_statusline', 1) if get(g:, 'airline#extensions#nerdtree_statusline', 1)