Scala Dev with Vim

After spending several hours spread across 2 or 3 days I’ve finally arrived at a (more or less) usable Scala Dev environment on Vim. I’ve outlined my setup below! Goals Code Completion - Done Syntax Highlighting - Done :A access to tests (Alternates) - Pending Guide Install Java 8 (I initially had 1.7 installed it was effectively unusable due to constant outOfMemory issues) # Update brew cask brew cask update # Install latest Java brew cask install java Install eclim...

September 16, 2015 · 1 min · Ali Hamidi