breakhack/.vimrc

10 lines
498 B
VimL
Raw Permalink Normal View History

2017-12-17 13:43:41 +01:00
nnoremap <F1> :Make<cr>
nnoremap <F2> :Make lint test<cr>
2018-10-22 09:04:16 +02:00
nnoremap <F3> :Termdebug _build/debug/breakhack<cr>
2018-09-14 08:48:56 +02:00
nnoremap <F4> :ter ++close env LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./ ./_build/debug/breakhack<cr>
packadd termdebug
let g:termdebug_wide = 1
let g:syntastic_c_include_dirs = [ '_build/debug', '/usr/include/SDL2', 'steamworks_c_wrapper/src', 'physfs-3.0/src', 'bh_random/src', 'checksum/src' ]
let g:syntastic_cpp_include_dirs = [ 'steamworks_c_wrapper/sdk/public/steam', 'bh_random/src' ]