diff options
author | June McEnroe <programble@gmail.com> | 2013-05-23 15:36:29 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-05-23 15:36:29 -0400 |
commit | 1d08a6a6a3a4860702a5a14489242120b6703211 (patch) | |
tree | f422ce7c47b59606df5ba4d4e6f6468dbd73d3b4 /.gitmodules | |
parent | Do not run gitgutter eagerly (diff) | |
download | src-1d08a6a6a3a4860702a5a14489242120b6703211.tar.gz src-1d08a6a6a3a4860702a5a14489242120b6703211.zip |
Replace VimClojure with vim-clojure-static
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 0904cec5..9324cb0b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,9 +37,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 [submodule "bundle/refheap.vim"] path = bundle/refheap.vim url = https://github.com/Raynes/refheap.vim.git @@ -55,3 +52,6 @@ [submodule "bundle/vim-gitgutter"] path = bundle/vim-gitgutter url = https://github.com/airblade/vim-gitgutter.git +[submodule "bundle/vim-clojure-static"] + path = bundle/vim-clojure-static + url = https://github.com/guns/vim-clojure-static.git |