execute pathogen#infect() filetype plugin indent on filetype plugin on syntax on set ruler set title set number set hlsearch set incsearch set ignorecase smartcase set omnifunc=syntaxcomplete#Complete set background=light set tabstop=4 softtabstop=4 shiftwidth=4 set backspace=eol,indent,start colorscheme molokai map :update:make imap :update:make "language specific syntastic configurtion let g:syntastic_cpp_compiler="g++" let g:syntastic_cpp_compiler_options = "-std=c++11 -Wall -Wextra -Wpedantic" autocmd Filetype python setlocal expandtab tabstop=4 shiftwidth=4