Vundle bugfix

This commit is contained in:
Michael Skrynski
2014-09-08 23:32:40 +02:00
parent 73e3a6c979
commit cbbd0296c8
2 changed files with 4 additions and 1 deletions

3
.gitmodules vendored
View File

@@ -0,0 +1,3 @@
[submodule "vim/bundle/Vundle.vim"]
path = vim/bundle/Vundle.vim
url = https://github.com/gmarik/Vundle.vim.git

2
vimrc
View File

@@ -9,7 +9,7 @@ set history=1000
filetype off
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
set rtp+=~/dotfiles/vim/bundle/Vundle.vim
call vundle#begin()
" let Vundle manage Vundle, required