diff options
author | Patrick Simianer <p@simianer.de> | 2018-10-19 16:40:38 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2018-10-19 16:40:38 +0200 |
commit | d03551cbf8c96e0f28a32a348eff337ff7bd7c83 (patch) | |
tree | a2a1be7bb98e69e64a40f79dddfa661d401a586a /.gitmodules | |
parent | e6b399bd30412d32aee4d55e835848b68b4d3ac7 (diff) | |
parent | 68fe15297c2813b9d387fa773e8f79f2a31cf6ca (diff) |
Merge branch 'master' of https://github.com/pks/dotfiles
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 |