Merge branch 'master' of git.marvid.fr:mpo/overlays-personal
This commit is contained in:
commit
1bc508eaf4
1 changed files with 4 additions and 0 deletions
|
@ -292,6 +292,10 @@ let
|
||||||
autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
|
autocmd User lsp_buffer_enabled call s:on_lsp_buffer_enabled()
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
" Use down window FZF
|
||||||
|
let g:fzf_layout = { 'down': '40%' }
|
||||||
|
|
||||||
|
|
||||||
" Extra options
|
" Extra options
|
||||||
${extraOptions}
|
${extraOptions}
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue