blob: 1980f128725ba6560211fc11b6635d3319b258e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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
[submodule ".vim/bundle/unltisnips"]
path = .vim/bundle/unltisnips
url = https://github.com/SirVer/ultisnips.git
|