breakhack/.vimrc

4 lines
131 B
VimL
Raw Normal View History

2017-12-17 13:43:41 +01:00
nnoremap <F1> :Make<cr>
au FileType c setl makeprg=ninja\ -C\ build
let g:syntastic_c_include_dirs = [ 'linkedlist', 'hashtable' ]