nvim: Increase the height of fzf window
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
1a061f6ec8
commit
495be4683f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ let g:lisp_rainbow=1
|
||||||
|
|
||||||
" FZF
|
" FZF
|
||||||
let $FZF_DEFAULT_OPTS='--layout=reverse'
|
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
|
" Floaterm
|
||||||
let g:floaterm_open_in_root = 0
|
let g:floaterm_open_in_root = 0
|
||||||
|
|
Loading…
Reference in a new issue