mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: update fzf layout
This commit is contained in:
parent
7e00071eda
commit
f05a892907
|
@ -192,8 +192,8 @@ let g:UltiSnipsJumpBackwardTrigger="<c-k>"
|
|||
let g:UltiSnipsEditSplit="context"
|
||||
|
||||
"" Fzf
|
||||
let g:fzf_layout = { 'down': '~40%' }"
|
||||
" let g:fzf_colors = "gruvbox-dark"
|
||||
let g:fzf_layout = { 'window': { 'width': 1, 'height': 0.9 } }
|
||||
let g:fzf_colors = "gruvbox-dark"
|
||||
autocmd! FileType fzf
|
||||
autocmd FileType fzf set laststatus=0 noshowmode noruler
|
||||
\| autocmd BufLeave <buffer> set laststatus=2 showmode ruler
|
||||
|
|
Loading…
Reference in New Issue
Block a user