diff --git a/.vimrc b/.vimrc index 3d31be2..39a6805 100644 --- a/.vimrc +++ b/.vimrc @@ -12,6 +12,7 @@ set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " Plugins +Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-fugitive' Plugin 'tpope/vim-commentary' Plugin 'tpope/vim-surround'