diff --git a/vim/vimrc b/vim/vimrc index 237e22f..4b99ff4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -341,6 +341,8 @@ Plug 'https://github.com/jiangmiao/auto-pairs' " " | https://github.com/Valloric/YouCompleteMe Plug 'https://github.com/evidens/vim-twig' " | https://github.com/evidens/vim-twig +Plug 'https://github.com/joonty/vdebug' + " | https://github.com/joonty/vdebug call plug#end() filetype plugin indent on if exists("+undofile")