summaryrefslogtreecommitdiff
path: root/plug-config/coc.vim
diff options
context:
space:
mode:
authorChris <[email protected]>2020-04-28 23:34:21 -0400
committerChris <[email protected]>2020-04-28 23:34:21 -0400
commitc9800a667d0e0e969d3de4d027ddac32c4849a24 (patch)
treecdb023d353b66175a4324d8b70277d98ba20480c /plug-config/coc.vim
parentd45de4d2ecfaf96d056d0b8bef19007c6d26d310 (diff)
added more vscode integration
Diffstat (limited to 'plug-config/coc.vim')
-rw-r--r--plug-config/coc.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/plug-config/coc.vim b/plug-config/coc.vim
index 7f61bbe7..c9ae319f 100644
--- a/plug-config/coc.vim
+++ b/plug-config/coc.vim
@@ -135,6 +135,7 @@ let g:coc_explorer_global_presets = {
\ 'file.child.template': '[selection | clip | 1] [indent][icon | 1] [filename omitCenter 1]'
\ }
\ }
-nmap <silent> <space>e :CocCommand explorer<CR>
+"nmap <silent> <space>e :CocCommand explorer<CR>
+nnoremap <leader>e :CocCommand explorer<CR>
nmap <space>f :CocCommand explorer --preset floatingRightside<CR>
autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | q | endif