Auto-load termdebug plugin
This commit is contained in:
parent
0db3a1b8ef
commit
dd13016080
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ if filereadable("~/.vimrc.local")
|
|||
source ~/.vimrc.local
|
||||
endif
|
||||
|
||||
packadd! termdebug
|
||||
|
||||
" vim-plug installer
|
||||
if empty(glob('~/.vim/autoload/plug.vim'))
|
||||
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
|
||||
|
|
Loading…
Reference in a new issue