mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-16 23:41:22 +02:00
update far window width
This commit is contained in:
parent
73c87f959e
commit
07c81eaa31
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ let g:far#source='rgnvim'
|
||||||
|
|
||||||
set lazyredraw " improve scrolling performance when navigating through large results
|
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
|
" 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#file_mask_favorites=['%:p', '**/*.*', '**/*.js', '**/*.py', '**/*.java', '**/*.css', '**/*.html', '**/*.vim', '**/*.cpp', '**/*.c', '**/*.h', ]
|
||||||
let g:far#window_min_content_width=30
|
let g:far#window_min_content_width=30
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue