CodeFellow integration
This commit is contained in:
parent
2d4809842e
commit
d229a0f80a
3 changed files with 20 additions and 16 deletions
|
|
@ -3,6 +3,7 @@ import sbt._
|
|||
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
|
||||
val databinderRepo = "Databinder Repository" at "http://databinder.net/repo"
|
||||
val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.1"
|
||||
val codeFellow = "de.tuxed" % "codefellow-plugin" % "0.1" // for code completion and more in VIM
|
||||
// val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
|
||||
// val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue