Vimrc: c++

This commit is contained in:
Théophile Bastian 2017-03-16 15:58:47 +01:00
parent 69739bb1cd
commit eb5f327740

View file

@ -5,9 +5,9 @@ set background=dark
set number
set relativenumber
set tabstop=4
" set softtabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab
set expandtab
set smartindent
set incsearch
set ttimeoutlen=100
@ -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