diff options
author | June McEnroe <june@causal.agency> | 2012-08-11 18:39:10 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2012-08-11 18:39:10 -0400 |
commit | 7f0cebdfbf834823c0b52428bf78971ad8d192c4 (patch) | |
tree | 68adfb58e471800c720984262d71ae0e59474fa7 /.gitmodules | |
parent | Condense indentation exceptions (diff) | |
download | src-7f0cebdfbf834823c0b52428bf78971ad8d192c4.tar.gz src-7f0cebdfbf834823c0b52428bf78971ad8d192c4.zip |
Add VimClojure
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |