From cee047246a55da8dbbad5d7541608597f1492495 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Tue, 17 Jul 2018 08:35:43 +0100 Subject: Added sbt vim plugin --- .gitmodules | 3 +++ bundle/sbt-vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/sbt-vim diff --git a/.gitmodules b/.gitmodules index 0bc8d04..18c66c1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "bundle/nerdtree"] path = bundle/nerdtree url = https://github.com/scrooloose/nerdtree.git +[submodule "bundle/sbt-vim"] + path = bundle/sbt-vim + url = https://github.com/ktvoelker/sbt-vim.git diff --git a/bundle/sbt-vim b/bundle/sbt-vim new file mode 160000 index 0000000..6807db3 --- /dev/null +++ b/bundle/sbt-vim @@ -0,0 +1 @@ +Subproject commit 6807db3025872b39aaea5f7d90469db3806d58db -- cgit v1.2.3