Set fzf window location

This commit is contained in:
Martin Potier 2021-12-21 10:17:02 +02:00
parent d5f91239be
commit 45dbec049d
No known key found for this signature in database
GPG Key ID: D4DD957DBA4AD89E
1 changed files with 3 additions and 0 deletions

View File

@ -292,6 +292,9 @@ let
autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
augroup END
" Use down window FZF
let g:fzf_layout = { 'down': '40%' }
" Extra options
${extraOptions}