mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 15:23:48 -05:00
e.g.
let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
Based on the code from https://github.com/junegunn/fzf.vim/issues/821#issuecomment-581273191
by @lacygoill.