From 3272a2d490ebf1f61018c8ed3af9e944dfd778eb Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Tue, 15 Sep 2020 14:14:21 +0200 Subject: [PATCH] doc: mention coc explorer related: #2235 --- doc/airline.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index 033b911c..4d600a4d 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -220,7 +220,9 @@ values): (for section a and b): > let g:airline_filetype_overrides = { + \ 'coc-explorer': [ 'CoC Explorer', '' ], \ 'defx': ['defx', '%{b:defx.paths[0]}'], + \ 'fugitive': ['fugitive', '%{airline#util#wrap(airline#extensions#branch#get_head(),80)}'], \ 'gundo': [ 'Gundo', '' ], \ 'help': [ 'Help', '%f' ], \ 'minibufexpl': [ 'MiniBufExplorer', '' ], @@ -229,6 +231,7 @@ values): \ 'vim-plug': [ 'Plugins', '' ], \ 'vimfiler': [ 'vimfiler', '%{vimfiler#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