diff --git a/plug.vim b/plug.vim index f54e2c5..4c039cf 100644 --- a/plug.vim +++ b/plug.vim @@ -197,7 +197,7 @@ function! plug#end() endfor call s:reorg_rtp() filetype plugin indent on - syntax on + syntax enable endfunction function! s:trim(str)