since the last fzf-vim update we don't need this anymore

This commit is contained in:
2020-11-05 21:26:02 +01:00
parent e31eaf7369
commit f5d2ccdd09

View File

@@ -27,12 +27,6 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color" || has("gui_vimr"))
\ 'spinner': ['fg', 'Normal'], \ 'spinner': ['fg', 'Normal'],
\ 'border': ['fg', 'StatusLine'], \ 'border': ['fg', 'StatusLine'],
\ 'header': ['fg', 'Normal'] } \ 'header': ['fg', 'Normal'] }
if has('nvim')
autocmd! FileType fzf
autocmd FileType fzf set laststatus=0 noshowmode noruler
\ | autocmd BufLeave <buffer> set laststatus=2 showmode ruler
endif
endif endif
filetype plugin indent on filetype plugin indent on