diff --git a/vimrc b/vimrc index 67c19f8..04aee5d 100644 --- a/vimrc +++ b/vimrc @@ -206,3 +206,8 @@ let g:use_osc52 = trim(system('tmux show-options -g set-clipboard')) ==# 'set-cl if g:use_osc52 packadd oscyank.vim endif + +" Load YouComplteMe if termdebug plugin is not loaded. +if !exists(':Termdebug') + packadd YouCompleteMe +endif