nvim: Increase the height of fzf window

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-05-11 16:57:17 +05:30
parent 1a061f6ec8
commit 495be4683f

View file

@ -53,7 +53,7 @@ let g:lisp_rainbow=1
" FZF
let $FZF_DEFAULT_OPTS='--layout=reverse'
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.6 } }
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.8 } }
" Floaterm
let g:floaterm_open_in_root = 0