From 298b3f98e6ea38741c1eb4e523edaac231537019 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 18 Jun 2014 11:27:57 -0400 Subject: Add vim-scala plugin Provides syntax highlighting and a bunch of other niceties that I haven't looked into. --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b7cabca..1d008cb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule "bundle/vim-golang"] path = bundle/vim-golang url = https://github.com/jnwhiteh/vim-golang.git +[submodule "bundle/vim-scala"] + path = bundle/vim-scala + url = https://github.com/derekwyatt/vim-scala.git -- cgit v1.2.3