vim: add termdebug
This commit is contained in:
parent
e302ae266e
commit
40de17f56d
4
.vimrc
4
.vimrc
@ -848,4 +848,8 @@ Plugin 'lfilho/cosco.vim'
|
|||||||
autocmd FileType c,cpp nmap <silent> <Leader>; <Plug>(cosco-commaOrSemiColon)
|
autocmd FileType c,cpp nmap <silent> <Leader>; <Plug>(cosco-commaOrSemiColon)
|
||||||
autocmd FileType c,cpp imap <silent> <Leader>; <c-o><Plug>(cosco-commaOrSemiColon)
|
autocmd FileType c,cpp imap <silent> <Leader>; <c-o><Plug>(cosco-commaOrSemiColon)
|
||||||
|
|
||||||
|
" Source the termdebug plugin
|
||||||
|
packadd termdebug
|
||||||
|
let g:termdebug_wide=1
|
||||||
|
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
Loading…
Reference in New Issue
Block a user