diff options
author | June McEnroe <programble@gmail.com> | 2013-08-17 19:44:16 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2013-08-17 19:44:16 -0400 |
commit | 2fedb4a6eec8454f9e2833d3d6586349c3466bfe (patch) | |
tree | 17dd9b5df691664c03e67c868a811d01788393c4 /.gitmodules | |
parent | Update base16-vim (diff) | |
download | src-2fedb4a6eec8454f9e2833d3d6586349c3466bfe.tar.gz src-2fedb4a6eec8454f9e2833d3d6586349c3466bfe.zip |
Add vim-ragtag
Diffstat (limited to '')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 54db0945..275ccfef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "bundle/vim-gitgutter"] path = bundle/vim-gitgutter url = https://github.com/airblade/vim-gitgutter.git +[submodule "bundle/vim-ragtag"] + path = bundle/vim-ragtag + url = https://github.com/tpope/vim-ragtag.git |