summaryrefslogtreecommitdiff
path: root/plugin/syntax.vim
blob: fb26cb9bcef917cdf1a79cbd4415e6f962d2c470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" 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