Merge pull request #2235 from andys8/patch-1

Support coc-explorer (file explorer extension)
This commit is contained in:
Christian Brabandt 2020-09-15 14:10:45 +02:00 committed by GitHub
commit af556115de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ endfunction
let s:script_path = tolower(resolve(expand('<sfile>:p:h'))) let s:script_path = tolower(resolve(expand('<sfile>:p:h')))
let s:filetype_overrides = { let s: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)}'], \ 'fugitive': ['fugitive', '%{airline#util#wrap(airline#extensions#branch#get_head(),80)}'],
\ 'gundo': [ 'Gundo', '' ], \ 'gundo': [ 'Gundo', '' ],