본문 바로가기

Dev/Tool

VIM으로 scala 언어 syntax highright 및 auth indent 사용하기

VIM에서 Scala 언어를 코딩하려니 syntax highright가 지원하지 않는다. 찾아보니 해줘야 하는 일들이 많은데... 

UNIX 터미널에서 한줄로 해결하는 명령 발견!! 올레!!!!



mkdir -p ~/.vim/{ftdetect,indent,syntax} && for d in ftdetect indent syntax ; do curl -o ~/.vim/$d/scala.vim https://raw.githubusercontent.com/scala/scala-dist/master/tool-support/src/vim/$d/scala.vim; done


터미널 상에서 해당 라인만 복사해 긁어 붙이면 모든 것이 해결!! 끝!!