diff options
| author | Max Christian Pohle | 2016-05-10 11:35:55 +0200 |
|---|---|---|
| committer | Max Christian Pohle | 2016-05-10 11:35:55 +0200 |
| commit | 2d63c52bce7c800852406c0bfae02f762fd99721 (patch) | |
| tree | 7d1cb438491262f2913a5f626602fd79b26900ea /vimrc | |
| parent | 4336590d17053f35a1ec74ea8ca555d9f2ed9eee (diff) | |
| download | vim-karlmarks-2d63c52bce7c800852406c0bfae02f762fd99721.tar.bz2 vim-karlmarks-2d63c52bce7c800852406c0bfae02f762fd99721.zip | |
got rid of the 'plugins' folder
instead using the default name 'bundle' now
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) |
