parent
af556115de
commit
3272a2d490
|
@ -220,7 +220,9 @@ values):
|
||||||
(for section a and b): >
|
(for section a and b): >
|
||||||
|
|
||||||
let g:airline_filetype_overrides = {
|
let g:airline_filetype_overrides = {
|
||||||
|
\ 'coc-explorer': [ 'CoC Explorer', '' ],
|
||||||
\ 'defx': ['defx', '%{b:defx.paths[0]}'],
|
\ 'defx': ['defx', '%{b:defx.paths[0]}'],
|
||||||
|
\ 'fugitive': ['fugitive', '%{airline#util#wrap(airline#extensions#branch#get_head(),80)}'],
|
||||||
\ 'gundo': [ 'Gundo', '' ],
|
\ 'gundo': [ 'Gundo', '' ],
|
||||||
\ 'help': [ 'Help', '%f' ],
|
\ 'help': [ 'Help', '%f' ],
|
||||||
\ 'minibufexpl': [ 'MiniBufExplorer', '' ],
|
\ 'minibufexpl': [ 'MiniBufExplorer', '' ],
|
||||||
|
@ -229,6 +231,7 @@ values):
|
||||||
\ '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', '%{b:vaffle.dir}' ],
|
||||||
\ }
|
\ }
|
||||||
<
|
<
|
||||||
* defines whether the preview window should be excluded from have its window
|
* defines whether the preview window should be excluded from have its window
|
||||||
|
|
Loading…
Reference in New Issue