1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Added option for python highlitght

This commit is contained in:
2017-07-23 12:49:03 +02:00
parent 252246828b
commit 8532b1ba11

4
vimrc
View File

@@ -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