Chris 5 年 前
コミット
446a8201e1
1 ファイル変更8 行追加8 行削除
  1. 8 8
      plug-config/rnvimr.vim

+ 8 - 8
plug-config/rnvimr.vim

@@ -11,15 +11,15 @@ let g:rnvimr_bw_enable = 1
 
 " nmap <leader>r :RnvimrToggle<CR>
 
-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}]