diff options
author | Patrick Simianer <pks@pks.rocks> | 2018-02-16 21:35:11 +0100 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2018-02-16 21:35:11 +0100 |
commit | e9d4a870dae389380ffca6c3927e2f72325abc4a (patch) | |
tree | 38c8e080a5af37817947480f7d74281ef49140d2 /.gitmodules | |
parent | cb11c0d11fa74a9bc8343282d3cbfe1836782a61 (diff) |
vim: semantic highlight
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 |