Compare commits

..

1 commit

Author SHA1 Message Date
146b204efb Vimrc: c++ 2017-03-16 16:34:31 +01:00

View file

@ -75,7 +75,6 @@ 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