Skip to content

Instantly share code, notes, and snippets.

@Nirma
Created April 21, 2019 09:56
Show Gist options
  • Save Nirma/454496d9a57fa3869c7dac51f63444e4 to your computer and use it in GitHub Desktop.
Save Nirma/454496d9a57fa3869c7dac51f63444e4 to your computer and use it in GitHub Desktop.
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