diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-21 11:42:33 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-21 11:42:33 -0700 |
commit | bc73cb6be2d962723c0747fbd017f39e9c75675b (patch) | |
tree | 78b7655ccdc25598945bf1bf4104cf72b7e1ad77 /.gitmodules | |
parent | 1afc100fb8de25fd6ecf50e59e1ece8f447474b1 (diff) | |
download | vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.tar.gz vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.tar.bz2 vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.zip |
Fixes completion
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 8ec5da9..e961246 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,9 +16,6 @@ [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 [submodule "bundle/clang-format"] path = bundle/clang-format url = https://github.com/rhysd/vim-clang-format.git |