Merge pull request #2124 from kazukazuinaina/add_vaffle_path

[add] vaffle's path section
This commit is contained in:
Christian Brabandt 2020-04-29 15:08:33 +02:00 committed by GitHub
commit e7f78bbc0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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