breakhack/.vimrc

7 lines
177 B
VimL

nnoremap <F1> :Make<cr>
au FileType c setl makeprg=ninja\ -C\ build
au FileType h setl makeprg=ninja\ -C\ build
let g:syntastic_c_include_dirs = [ 'linkedlist', 'hashtable' ]