From 0f690a10e649d56171dbb46e4c450f65f2223df4 Mon Sep 17 00:00:00 2001 From: kuiki <911yinhui911@163.com> Date: Mon, 5 Jun 2017 18:01:22 +0800 Subject: [PATCH] add syntax on at vimrc --- vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vimrc b/vimrc index c91ad58..d0a878e 100644 --- a/vimrc +++ b/vimrc @@ -19,3 +19,5 @@ Plugin 'vim-scripts/python_match.vim' " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required + +syntax on