From 8532b1ba11659ac8e149d31073e2356f09f3d030 Mon Sep 17 00:00:00 2001 From: gryf Date: Sun, 23 Jul 2017 12:49:03 +0200 Subject: [PATCH] Added option for python highlitght --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index e26e12f..708a325 100644 --- a/vimrc +++ b/vimrc @@ -518,6 +518,10 @@ let g:python_version_2=1 " Pythonhelper {{{2 let g:pythonhelper_updatetime = 1000 " }}} +"}}} +"Python syntax{{{2 +let g:python_highlight_all=1 +"}}} "Riv {{{ " Don't fold the file; it's annoying let g:riv_fold_level = -1