diff --git a/vim/.vimrc b/vim/.vimrc index deace2d..204ae25 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -27,12 +27,6 @@ if ($TERM=~"xterm-256color" || $TERM=~"screen-256color" || has("gui_vimr")) \ 'spinner': ['fg', 'Normal'], \ 'border': ['fg', 'StatusLine'], \ 'header': ['fg', 'Normal'] } - - if has('nvim') - autocmd! FileType fzf - autocmd FileType fzf set laststatus=0 noshowmode noruler - \ | autocmd BufLeave set laststatus=2 showmode ruler - endif endif filetype plugin indent on