[vim]avoid loading termdebug if notneeded
This commit is contained in:
parent
8fa5b4888b
commit
750ec4ebd4
2
.vimrc
2
.vimrc
@ -867,7 +867,7 @@ Plugin 'mmarchini/bpftrace.vim'
|
|||||||
autocmd BufNewFile,BufRead *.bt setfiletype bpftrace
|
autocmd BufNewFile,BufRead *.bt setfiletype bpftrace
|
||||||
|
|
||||||
" Source the termdebug plugin
|
" Source the termdebug plugin
|
||||||
packadd termdebug
|
packadd! termdebug
|
||||||
let g:termdebug_wide=1
|
let g:termdebug_wide=1
|
||||||
" Boormark // visual mark
|
" Boormark // visual mark
|
||||||
Plugin 'MattesGroeger/vim-bookmarks'
|
Plugin 'MattesGroeger/vim-bookmarks'
|
||||||
|
Loading…
Reference in New Issue
Block a user