mirror of
https://github.com/vim-airline/vim-airline
synced 2025-03-11 05:48:08 +00:00
Merge pull request #2235 from andys8/patch-1
Support coc-explorer (file explorer extension)
This commit is contained in:
commit
af556115de
@ -23,6 +23,7 @@ endfunction
|
||||
let s:script_path = tolower(resolve(expand('<sfile>:p:h')))
|
||||
|
||||
let s: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', '' ],
|
||||
|
Loading…
Reference in New Issue
Block a user