breakhack/.vimrc

7 lines
146 B
VimL
Raw Normal View History

2017-12-17 13:43:41 +01:00
nnoremap <F1> :Make<cr>
nnoremap <F2> :Make clean<cr>
2018-01-22 10:12:44 +01:00
au FileType c,h setl makeprg=make\ -C\ build
let g:syntastic_c_include_dirs = [ 'build' ]