diff options
| author | June McEnroe <programble@gmail.com> | 2012-08-11 18:39:10 -0400 |
|---|---|---|
| committer | June McEnroe <programble@gmail.com> | 2012-08-11 18:39:10 -0400 |
| commit | d1630c259ee102df7d4fe78cecb3cc1058b9a74c (patch) | |
| tree | 68adfb58e471800c720984262d71ae0e59474fa7 /.gitmodules | |
| parent | Condense indentation exceptions (diff) | |
| download | src-d1630c259ee102df7d4fe78cecb3cc1058b9a74c.tar.gz src-d1630c259ee102df7d4fe78cecb3cc1058b9a74c.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 |