1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-26 04:50:32 +01:00

Add additional vimrc configuration & improve installer.

This commit is contained in:
Bert Peters
2015-01-04 11:48:19 +01:00
parent 4347627b63
commit 49d6b294c3
2 changed files with 13 additions and 8 deletions

4
vimrc
View File

@@ -19,3 +19,7 @@ colorscheme molokai
map <F5> :update<CR>:make<CR>
imap <F5> <Esc>:update<CR>:make<CR>
"language specific syntastic configurtion
let g:syntastic_cpp_compiler="g++"
let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic"