add syntax on at vimrc
parent
10cba70163
commit
0f690a10e6
2
vimrc
2
vimrc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue