breakhack/.vimrc

5 lines
100 B
VimL

nnoremap <F1> :Make<cr>
nnoremap <F2> :Make clean<cr>
let g:syntastic_c_include_dirs = [ 'build' ]