vim: add termdebug

This commit is contained in:
Mathieu Maret 2022-06-08 10:10:20 +02:00
parent e302ae266e
commit 40de17f56d
1 changed files with 4 additions and 0 deletions

4
.vimrc
View File

@ -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()