diff options
author | Chris <[email protected]> | 2020-05-10 19:23:44 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-05-10 19:23:44 -0400 |
commit | db80027544fdb56160b2e4bef16a98bdc1da76c8 (patch) | |
tree | e2a110a9b468c48f522ace148cdfefa8af161815 /plug-config/coc.vim | |
parent | 5977c59876bd41de06461b81b6758dafe097faed (diff) |
updates
Diffstat (limited to 'plug-config/coc.vim')
-rw-r--r-- | plug-config/coc.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plug-config/coc.vim b/plug-config/coc.vim index 428230d1..647bab73 100644 --- a/plug-config/coc.vim +++ b/plug-config/coc.vim @@ -129,6 +129,6 @@ let g:coc_explorer_global_presets = { \ } \ } "nmap <silent> <space>e :CocCommand explorer<CR> -nnoremap <silent> <leader>e :CocCommand explorer<CR> +" nnoremap <silent> <leader>e :CocCommand explorer<CR> " nmap <space>f :CocCommand explorer --preset floatingRightside<CR> autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | q | endif |