Skip to content

Instantly share code, notes, and snippets.

@herry13
Created June 9, 2013 02:29
Show Gist options
  • Select an option

  • Save herry13/5737376 to your computer and use it in GitHub Desktop.

Select an option

Save herry13/5737376 to your computer and use it in GitHub Desktop.
Installing scala syntax color module to VIM.
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