From ed9e2c2da67293ff72b47fdac2eecf49ac533f41 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 27 Apr 2020 01:44:22 -0400 Subject: FZF --- plug-config/coc.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plug-config/coc.vim') diff --git a/plug-config/coc.vim b/plug-config/coc.vim index 74999202..7f61bbe7 100644 --- a/plug-config/coc.vim +++ b/plug-config/coc.vim @@ -124,17 +124,17 @@ let g:coc_explorer_global_presets = { \ 'floatingLeftside': { \ 'position': 'floating', \ 'floating-position': 'left-center', -\ 'floating-width': 50, +\ 'floating-width': 30, \ }, \ 'floatingRightside': { \ 'position': 'floating', -\ 'floating-position': 'left-center', -\ 'floating-width': 50, +\ 'floating-position': 'right-center', +\ 'floating-width': 30, \ }, \ 'simplify': { \ 'file.child.template': '[selection | clip | 1] [indent][icon | 1] [filename omitCenter 1]' \ } \ } -nmap e :CocCommand explorer -nmap f :CocCommand explorer --preset floating +nmap e :CocCommand explorer +nmap f :CocCommand explorer --preset floatingRightside autocmd BufEnter * if (winnr("$") == 1 && &filetype == 'coc-explorer') | q | endif -- cgit v1.2.3