diff options
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ | |||
3 | " Vundle: plugin manager... | 3 | " Vundle: plugin manager... |
4 | set nocompatible | " do not try to be vi, be vim (required by Vundle) | 4 | set nocompatible | " do not try to be vi, be vim (required by Vundle) |
5 | filetype off | " Vundle needs this | 5 | filetype off | " Vundle needs this |
6 | set rtp+=~/.vim/plugins/Vundle.vim | " set runtimepath (required by Vundle) | 6 | set rtp+=~/.vim/bundle/Vundle.vim | " set runtimepath (required by Vundle) |
7 | call vundle#begin('~/.vim/plugins/') | " location where Vundle searches&installs plugins | 7 | call vundle#begin('~/.vim/bundle/') | " location where Vundle searches&installs plugins |
8 | 8 | ||
9 | " Plugin dependant configurations... | 9 | " Plugin dependant configurations... |
10 | Plugin 'VundleVim/Vundle.vim' | " Vundle itself (required) | 10 | Plugin 'VundleVim/Vundle.vim' | " Vundle itself (required) |