From d1630c259ee102df7d4fe78cecb3cc1058b9a74c Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 11 Aug 2012 18:39:10 -0400 Subject: Add VimClojure --- .gitmodules | 3 +++ bundle/VimClojure | 1 + 2 files changed, 4 insertions(+) create mode 160000 bundle/VimClojure diff --git a/.gitmodules b/.gitmodules index 18fc1255..f7d5b240 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,3 +58,6 @@ [submodule "bundle/webapi-vim"] path = bundle/webapi-vim url = https://github.com/mattn/webapi-vim.git +[submodule "bundle/VimClojure"] + path = bundle/VimClojure + url = https://github.com/vim-scripts/VimClojure.git diff --git a/bundle/VimClojure b/bundle/VimClojure new file mode 160000 index 00000000..da2683b9 --- /dev/null +++ b/bundle/VimClojure @@ -0,0 +1 @@ +Subproject commit da2683b9069e01c133f0c0129386fd6dc053019c -- cgit 1.4.1