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 | 4256df35ac1bbc3f74d88567846ce2e83468c8ca (patch) | |
| tree | fbdff95f7338d9db3cb5b13730b6814f5fd6ef7a /.gitmodules | |
| parent | fe337504f2fb3ded76326b1e3d4d02787a27d853 (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 |