vim:fzf: Increase window size

Default/previous setting was:

    let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6 } }
This commit is contained in:
2024-09-12 13:03:23 +02:00
parent 61f1a7ee9b
commit fceea7bc32

View File

@@ -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