diff options
author | June McEnroe <programble@gmail.com> | 2012-01-14 19:57:48 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-14 19:57:48 -0500 |
commit | 7cb4aee1de416fd490c623af2a8d0d0751b216e2 (patch) | |
tree | 8eec6f40b0cfc5186e845a126f6a179090edc844 /.gitmodules | |
parent | Added maps for some Fugitive commands (diff) | |
download | src-7cb4aee1de416fd490c623af2a8d0d0751b216e2.tar.gz src-7cb4aee1de416fd490c623af2a8d0d0751b216e2.zip |
Added gist-vim
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 87514d90..752e0632 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "bundle/vim-buffergator"] path = bundle/vim-buffergator url = https://github.com/jeetsukumaran/vim-buffergator.git +[submodule "bundle/gist-vim"] + path = bundle/gist-vim + url = https://github.com/mattn/gist-vim.git |