From b77fa05dde52bc5f4458f2d4986d2f0f154aadda Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 18 Jun 2015 19:54:11 -0400 Subject: [PATCH] Added vdebug --- vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) 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")