diff options
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 885a1cc..00b35e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,6 +19,9 @@ [submodule ".vim/bundle/supertab"] path = vim/.vim/bundle/supertab url = https://github.com/ervandew/supertab.git +[submodule ".vim/bundle/semantic-highlight"] + path = vim/.vim/bundle/semantic-highlight + url = https://github.com/jaxbot/semantic-highlight.vim.git [submodule ".vim/bundle/tagbar"] path = vim/.vim/bundle/tagbar url = https://github.com/majutsushi/tagbar.git |