We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After cloning the repo, git submodule must be called inside vimfiles. I would add this step.
git submodule
vimfiles
cd C:\Program Files\Vim rmdir /s vimfiles git clone git://github.com/vgod/vimrc.git vimfiles cd vimfiles git submodule update --init
For powershell users ¯\ (ツ)/¯, option /s doesn't work; it should be rmdir <path> or Remove-Item -recurse <path>
/s
rmdir <path>
Remove-Item -recurse <path>
The text was updated successfully, but these errors were encountered:
Make a pull request
Sorry, something went wrong.
No branches or pull requests
After cloning the repo,
git submodule
must be called insidevimfiles
. I would add this step.For powershell users ¯\ (ツ)/¯, option
/s
doesn't work; it should bermdir <path>
orRemove-Item -recurse <path>
The text was updated successfully, but these errors were encountered: