Scala Plugins for VIM

Does anybody know of any decent Scala plugins for the VIM text editor? I am trying to get away from Intellij.

If search “scala vim” on website, you would find vim-scala on Github.

Using cURL:

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

I am using it now. Hope it helps.

1 Like

I use neovim in conjunction with ensime:

http://ensime.org

here are my dot files to see how I have set it up with neovim: