I'm trying to install utilsnips.
When I type:
cd ~/.vim/
git submodule add https://github.com/SirVer/ultisnips bundle/ultisnips
I get this message:
You need to run this command from the toplevel of the working tree.
Why? How can I avoid it?
Your .vim
directory might not be a git
directory. To make it a git
directory simply:
git init
Then you can run:
git submodule add https://github.com/SirVer/ultisnips bundle/ultisnips
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With