[vim]avoid loading termdebug if notneeded

This commit is contained in:
Mathieu Maret 2024-12-18 23:54:14 +01:00
parent 8fa5b4888b
commit 750ec4ebd4

2
.vimrc
View File

@ -867,7 +867,7 @@ Plugin 'mmarchini/bpftrace.vim'
autocmd BufNewFile,BufRead *.bt setfiletype bpftrace
" Source the termdebug plugin
packadd termdebug
packadd! termdebug
let g:termdebug_wide=1
" Boormark // visual mark
Plugin 'MattesGroeger/vim-bookmarks'