From 4bf14be9fc4cf912bf716304ff8fdd82d4b1e615 Mon Sep 17 00:00:00 2001 From: Audric Schiltknecht Date: Thu, 17 Jan 2013 10:25:10 +0100 Subject: Add sbt bundle --- .gitmodules | 3 +++ vim/.vim/bundle/sbt | 1 + 2 files changed, 4 insertions(+) create mode 160000 vim/.vim/bundle/sbt diff --git a/.gitmodules b/.gitmodules index d4fb015..63956d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "vim/.vim/bundle/syntastic"] path = vim/.vim/bundle/syntastic url = https://github.com/scrooloose/syntastic/ +[submodule "vim/.vim/bundle/sbt"] + path = vim/.vim/bundle/sbt + url = https://github.com/ktvoelker/sbt-vim diff --git a/vim/.vim/bundle/sbt b/vim/.vim/bundle/sbt new file mode 160000 index 0000000..ac2609c --- /dev/null +++ b/vim/.vim/bundle/sbt @@ -0,0 +1 @@ +Subproject commit ac2609cdb44a0a7504b74a5f6fa7c6fd3d62d5f3 -- cgit v1.2.3-70-g09d2