breakhack/.vimrc

9 lines
265 B
VimL
Raw Normal View History

2017-12-17 13:43:41 +01:00
nnoremap <F1> :Make<cr>
nnoremap <F2> :Make lint test<cr>
nnoremap <F3> :Termdebug _build/breakhack<cr>
2018-08-01 23:53:08 +02:00
nnoremap <F4> :ter ++close ./_build/breakhack<cr>
packadd termdebug
let g:termdebug_wide = 1
2018-05-15 11:16:56 +02:00
let g:syntastic_c_include_dirs = [ '_build', '/usr/include/SDL2' ]