diff --git a/vimrc.plugins.vim b/vimrc.plugins.vim index fb37b6b..1946cc2 100644 --- a/vimrc.plugins.vim +++ b/vimrc.plugins.vim @@ -81,6 +81,9 @@ Plugin 'takac/vim-hardtime' " fugitive-vim " https://github.com/tpope/vim-fugitive/blob/master/README.markdown Plugin 'tpope/vim-fugitive' +" vim-dispatch +" https://github.com/tpope/vim-dispatch +Plugin 'tpope/vim-dispatch' " All of your Plugins must be added before the following line call vundle#end() " required