Skip to content

Instantly share code, notes, and snippets.

@nojima
Last active August 29, 2015 14:03
Show Gist options
  • Save nojima/d4549cecbb25e9dbfc42 to your computer and use it in GitHub Desktop.
Save nojima/d4549cecbb25e9dbfc42 to your computer and use it in GitHub Desktop.

scrooloose/syntastic

NeoBundle 'scrooloose/syntastic'

...

" syntastic {{{
let g:syntastic_cpp_compiler = 'g++'
let g:syntastic_cpp_compiler_options = ' -std=gnu++11 -DCACHELINE_SIZE=64'
let g:syntastic_mode_map = { 'mode': 'active',
                           \ 'active_filetypes': ['python', 'c++', 'c'] }
" }}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment