vim: improve fzf configuration

pull/6/head
bretello 2021-12-09 10:47:29 +01:00
parent 40540908e0
commit ea95b4edce
1 changed files with 3 additions and 0 deletions

View File

@ -195,3 +195,6 @@ let g:UltiSnipsEditSplit="vertical"
"" Fzf
let g:fzf_layout = { 'down': '~40%' }"
" 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