$ 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
05 December 2012
VIM Syntax Highlighting for Scala: A Bash One-Liner
Just for posterity, here is a Bash one-liner to download the VIM plugins to handle syntax highlighting for Scala:
Subscribe to:
Post Comments (Atom)




Thanks bro, works saved me some work!
ReplyDeleteGood!
ReplyDelete