Created
June 9, 2013 02:29
-
-
Save herry13/5737376 to your computer and use it in GitHub Desktop.
Installing scala syntax color module to VIM.
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 --no-check-certificate -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