Created
September 26, 2012 19:06
-
-
Save gclaramunt/3789915 to your computer and use it in GitHub Desktop.
Install Scala support for VIM in one line
This file contains hidden or 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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from a comment in http://stackoverflow.com/questions/3626203/text-editor-for-scala