Merge branch 'master' of git.marvid.fr:mpo/overlays-personal

This commit is contained in:
EEva 2021-12-23 02:45:55 +02:00
commit 1bc508eaf4
1 changed files with 4 additions and 0 deletions

View File

@ -292,6 +292,10 @@ 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}
'';