summaryrefslogtreecommitdiff
path: root/plugin/syntax.vim
blob: 02b9c723c9c23af5ff4ead75113ea63f9dd6d97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
" syntax.vim

syntax enable

" Python specific options
let python_highlight_all = 1

" syntastic
let g:syntastic_cpp_compiler_options = "-std=cpp11"

" let javaScript_fold=1
let xml_fold=1
let sh_fold=1

set synmaxcol=500