add syntax on at vimrc

master
kuiki 2017-06-05 18:01:22 +08:00
parent 10cba70163
commit 0f690a10e6
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -19,3 +19,5 @@ Plugin 'vim-scripts/python_match.vim'
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call vundle#end() " required call vundle#end() " required
filetype plugin indent on " required filetype plugin indent on " required
syntax on