nvim: plugin_settings: Enable floating window for fzf

Commit c70ec87 dropped floating window for fzf due to golden ratio not
playing well with it. Now that we do not use golden ratio mode anymore
enable it back.

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-08-26 20:22:08 +05:30
parent a3e7f17fa7
commit 2c4f5ff052

View file

@ -30,6 +30,7 @@ let g:rainbow_active = 1
" FZF
let $FZF_DEFAULT_OPTS='--layout=reverse'
let g:fzf_layout = { 'window': { 'width': 0.8, 'height': 0.8 } }
" Incremental search
let g:incsearch#auto_nohlsearch = 1