diff --git a/vim/vimrc b/vim/vimrc index 026f7ad..bcb1318 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -12,7 +12,7 @@ filetype off " required set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() " alternatively, pass a path where Vundle should install plugins -call vundle#begin('~/some/path/here') +" call vundle#begin('~/some/path/here') " let Vundle manage Vundle, required Plugin 'VundleVim/Vundle.vim'