Skip to content

Instantly share code, notes, and snippets.

@gclaramunt
Created September 26, 2012 19:06
Show Gist options
  • Save gclaramunt/3789915 to your computer and use it in GitHub Desktop.
Save gclaramunt/3789915 to your computer and use it in GitHub Desktop.
Install Scala support for VIM in one line
mkdir -p ~/.vim/{ftdetect,indent,syntax} && for d in ftdetect indent syntax ; do wget -O ~/.vim/$d/scala.vim https://raw.github.com/scala/scala-dist/master/tool-support/src/vim/$d/scala.vim ; done
@gclaramunt
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment