Open jamal-fuma opened 6 years ago
1) Vundle needs to be cloned in correct location git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 2) vimrc has hardcoded path baked in which should be relative to project location.
set rtp+=~/GIT/jamal-fuma/dotfiles/bundle/vundle is the line in vimrc which needs fixing - with some sed magic
Same issue of hardcoded path affects bash in bash/aliases
1) Vundle needs to be cloned in correct location git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 2) vimrc has hardcoded path baked in which should be relative to project location.