From 446a8201e11a858d2a4858a32cf26ed6603cfc3c Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 May 2020 16:19:06 -0400 Subject: fixed rnvimr --- plug-config/rnvimr.vim | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plug-config') diff --git a/plug-config/rnvimr.vim b/plug-config/rnvimr.vim index 53f468e8..64eed471 100644 --- a/plug-config/rnvimr.vim +++ b/plug-config/rnvimr.vim @@ -11,15 +11,15 @@ let g:rnvimr_bw_enable = 1 " nmap r :RnvimrToggle -let g:rnvimr_ranger_cmd = 'ranger --cmd="set column_ratios 1,1" - \ --cmd="set draw_borders separators"' +let g:rnvimr_ranger_cmd = 'ranger --cmd="set column_ratios 1,1"' + " \ --cmd="set draw_borders separators"' -let g:rnvimr_layout = { 'relative': 'editor', - \ 'width': float2nr(round(0.6 * &columns)), - \ 'height': float2nr(round(0.6 * &lines)), - \ 'col': float2nr(round(0.2 * &columns)), - \ 'row': float2nr(round(0.2 * &lines)), - \ 'style': 'minimal' } +" let g:rnvimr_layout = { 'relative': 'editor', +" \ 'width': float2nr(round(0.6 * &columns)), +" \ 'height': float2nr(round(0.6 * &lines)), +" \ 'col': float2nr(round(0.2 * &columns)), +" \ 'row': float2nr(round(0.2 * &lines)), +" \ 'style': 'minimal' } let g:rnvimr_presets = [ \ {'width': 0.800, 'height': 0.800}] -- cgit v1.2.3