diff --git a/plug.vim b/plug.vim index ac299a2..73e07f3 100644 --- a/plug.vim +++ b/plug.vim @@ -273,7 +273,7 @@ function! plug#end() endfor call s:reorg_rtp() - filetype plugin indent on + filetype on if has('vim_starting') if has('syntax') && !exists('g:syntax_on') syntax enable