Explorar el Código

update far window width

Chris hace 4 años
padre
commit
07c81eaa31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plug-config/far.vim

+ 1 - 1
plug-config/far.vim

@@ -5,7 +5,7 @@ let g:far#source='rgnvim'
 
 set lazyredraw            " improve scrolling performance when navigating through large results
 
-let g:far#window_width=40
+let g:far#window_width=50
 " Use %:p with buffer option only
 let g:far#file_mask_favorites=['%:p', '**/*.*', '**/*.js', '**/*.py', '**/*.java', '**/*.css', '**/*.html', '**/*.vim', '**/*.cpp', '**/*.c', '**/*.h', ]
 let g:far#window_min_content_width=30