diff --git a/.vimrc b/.vimrc index 4daf20e..f2f6ee9 100644 --- a/.vimrc +++ b/.vimrc @@ -848,4 +848,8 @@ Plugin 'lfilho/cosco.vim' autocmd FileType c,cpp nmap ; (cosco-commaOrSemiColon) autocmd FileType c,cpp imap ; (cosco-commaOrSemiColon) +" Source the termdebug plugin +packadd termdebug +let g:termdebug_wide=1 + call vundle#end()