Skip to content

Instantly share code, notes, and snippets.

@nelanka
Last active January 26, 2016 02:29
Show Gist options
  • Save nelanka/0d26038384888e8b885e to your computer and use it in GitHub Desktop.
Save nelanka/0d26038384888e8b885e to your computer and use it in GitHub Desktop.
ENSIME Setup

Ensime Setup for Vim and Sublime Text 3

Add Ensime SBT plugin to sbt global plugins

mkdir ~/.sbt/0.13/plugins
echo 'addSbtPlugin("org.ensime" % "ensime-sbt" % "0.2.3")' >> ~/.sbt/0.13/plugins/plugins.sbt

Add Ensime Vim Plugin

Add to .vimrc Vundle plugins Plugin 'ensime/ensime-vim'

Add Sublime Text 3 Plugin

Ensime

Generate Ensime file

gen-ensime --- Generate a .ensime for the project (takes space-separated parameters to restrict to subprojects).
gen-ensime-project --- Generate a project/.ensime for the project definition.
debugging --- Add debugging flags to all forked JVM processes.
debugging-off --- Remove debugging flags from all forked JVM processes.

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment