diff options
author | Victor Toso <victortoso@redhat.com> | 2015-12-30 22:54:54 +0100 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2015-12-30 23:11:49 +0100 |
commit | 01bc863265d8f2269c359691d1a1e6ae5b02ba52 (patch) | |
tree | e53ba71c90ca276cb8d30aaaeae0184098683219 /.gitmodules | |
parent | d378c8321699da9cfbf9ecd3aff674d058a29c35 (diff) |
vim: add color_coded to submodules
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 66172a4..65398b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "vim/bundle/YCM-Generator"] path = vim/bundle/YCM-Generator url = https://github.com/rdnetto/YCM-Generator.git +[submodule "vim/bundle/color_coded"] + path = vim/bundle/color_coded + url = https://github.com/jeaye/color_coded.git |