diff options
| author | Ben Beltran <ben@freshout.us> | 2013-06-05 11:08:10 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-06-05 11:08:10 -0500 |
| commit | ef028f43e163d992ea6d614f59574aa0159b753d (patch) | |
| tree | b8fe92a59984fdbf2a3d7020ea8ef0915425156f /.gitmodules | |
| parent | ab031d44e56467cb7e172206db1aae1d9f34d1b6 (diff) | |
Add lua inspect
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d9ba288..095b00e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -88,3 +88,9 @@ [submodule "vim/bundle/vim-showmarks"] path = vim/bundle/vim-showmarks url = git://github.com/vimez/vim-showmarks.git +[submodule "vim/bundle/vim-misc"] + path = vim/bundle/vim-misc + url = https://github.com/xolox/vim-misc +[submodule "vim/bundle/vim-lua-inspect"] + path = vim/bundle/vim-lua-inspect + url = https://github.com/xolox/vim-lua-inspect |