Compare commits

..

1 commit

Author SHA1 Message Date
eb5f327740 Vimrc: c++ 2017-03-16 15:58:47 +01:00

View file

@ -75,6 +75,7 @@ let g:syntastic_tex_checkers = [ 'chktex' ]
"" Python
let g:syntastic_python_python_exec = '/usr/bin/python3'
"" C++
let g:syntastic_cpp_checkers = ['g++']
let g:syntastic_cpp_compiler_options = '-std=c++14 -Wall -Wextra'
"" Disabled languages