Created
April 21, 2019 09:56
-
-
Save Nirma/454496d9a57fa3869c7dac51f63444e4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone --depth 1 https://github.com/apple/swift.git # a shallow clone will do | |
mkdir -p ~/.vim # make a vim folder if its not available already | |
cp -a ./swift/utils/vim/ ~/.vim # just copy over the contents of utils/vim as they are | |
rm -rf # this is just for cleanup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment