diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-04-20 12:09:57 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-04-20 12:11:03 +0200 |
commit | 1443be02d966d50ac8a854917957aad5a7334565 (patch) | |
tree | 8f7f9dfc99ead5944abbacbb8632c33846b6f6a5 /.gitmodules | |
parent | 28b366bf9fe82427cfb1f4678ae7feb0e05755fd (diff) | |
download | dotfiles-1443be02d966d50ac8a854917957aad5a7334565.tar.gz dotfiles-1443be02d966d50ac8a854917957aad5a7334565.tar.xz |
vim: Add YMC and vundle
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index eb89c28..1221c5f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule ".vim/bundle/syntastic"] path = .vim/bundle/syntastic url = https://github.com/scrooloose/syntastic.git +[submodule ".vim/bundle/vundle"] + path = .vim/bundle/vundle + url = https://github.com/gmarik/vundle.git +[submodule ".vim/bundle/YouCompleteMe"] + path = .vim/bundle/YouCompleteMe + url = https://github.com/Valloric/YouCompleteMe.git |