Compare commits
1 commit
eb5f327740
...
146b204efb
Author | SHA1 | Date | |
---|---|---|---|
146b204efb |
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ let g:syntastic_tex_checkers = [ 'chktex' ]
|
||||||
"" Python
|
"" Python
|
||||||
let g:syntastic_python_python_exec = '/usr/bin/python3'
|
let g:syntastic_python_python_exec = '/usr/bin/python3'
|
||||||
"" C++
|
"" C++
|
||||||
let g:syntastic_cpp_checkers = ['g++']
|
|
||||||
let g:syntastic_cpp_compiler_options = '-std=c++14 -Wall -Wextra'
|
let g:syntastic_cpp_compiler_options = '-std=c++14 -Wall -Wextra'
|
||||||
|
|
||||||
"" Disabled languages
|
"" Disabled languages
|
||||||
|
|
Loading…
Reference in a new issue