remove vimr

This commit is contained in:
2020-11-16 12:06:11 +01:00
parent ccf2fa5e39
commit bc539406e6

View File

@@ -1,4 +1,4 @@
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color" || has("gui_vimr"))
if ($TERM=~"xterm-256color" || $TERM=~"screen-256color")
call plug#begin('~/.vim/plugged')
Plug 'flexo3001/vim-colors-solarized'
Plug 'junegunn/fzf', { 'do': { -> fzf#install() } }