diff --git a/.config/vim/vimrc.d/50-aesthetics.vim b/.config/vim/vimrc.d/50-aesthetics.vim index 4c7d7be..d998146 100644 --- a/.config/vim/vimrc.d/50-aesthetics.vim +++ b/.config/vim/vimrc.d/50-aesthetics.vim @@ -39,6 +39,9 @@ if (get(g:, 'loaded_fzf')) \ } " Use a theme for bat in the preview that somewhat resembles onedark let $BAT_THEME='TwoDark' + + " Increase size of fzf window + let g:fzf_layout = { 'window': { 'width': 0.95, 'height': 0.9 } } endif " Highlight trailing whitespaces