I'm getting an error when using the following command on zsh:
git submodule update --init
the error I'm getting is:
fatal: No url found for submodule path 'bundle/YCM' in .gitmodules
The problem is, when I go to my .gitmodules file I have the following lines defined:
[submodule "/home/username/.vim/bundle/YCM"]
path = /home/username/.vim/bundle/YCM
url = https://github.com/Valloric/YouCompleteMe
Where username is my actual user.
I installed the YCM plugin via
git submodule add https://github.com/Valloric/YouCompleteMe ~/.vim/bundle/YCM