Vimrc: c++
This commit is contained in:
parent
69739bb1cd
commit
eb5f327740
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue