diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-03 10:45:51 -0600 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-09-03 10:45:51 -0600 |
commit | 81102c13a889a265c8eb6844503c1ebe257ce516 (patch) | |
tree | 4ce1dd5a04fcefb10857ae59348ded43199072c7 /.gitmodules | |
parent | 4d23ad4cce8f04cf7ae770a1de3a5bfc5d311e7e (diff) | |
download | vim-81102c13a889a265c8eb6844503c1ebe257ce516.tar.gz vim-81102c13a889a265c8eb6844503c1ebe257ce516.tar.bz2 vim-81102c13a889a265c8eb6844503c1ebe257ce516.zip |
add grammarous
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 5d45ce7..f90e52b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,9 @@ [submodule "bundle/clang"] path = bundle/clang url = https://github.com/Rip-Rip/clang_complete.git +[submodule "bundle/grammarous"] + path = bundle/grammarous + url = https://github.com/rhysd/vim-grammarous.git +[submodule "bundle/unite"] + path = bundle/unite + url = https://github.com/Shougo/unite.vim.git |