diff --git a/vim/.vim/plugin/settings/fzf.vim b/vim/.vim/plugin/settings/fzf.vim new file mode 100644 index 0000000..7125b70 --- /dev/null +++ b/vim/.vim/plugin/settings/fzf.vim @@ -0,0 +1,8 @@ +" Use a floating window when availble +if has('nvim-0.4.0') || has("patch-8.2.0191") + let g:fzf_layout = { 'window': { + \ 'width': 0.9, + \ 'height': 0.7, + \ 'highlight': 'Comment', + \ 'rounded': v:false } } +endif