-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
60 lines (60 loc) · 2.14 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[submodule "bundle/Vundle.vim"]
path = bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/ycm-core/YouCompleteMe
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = https://github.com/tpope/vim-commentary
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "bundle/DoxygenToolkit.vim"]
path = bundle/DoxygenToolkit.vim
url = https://github.com/mrtazz/DoxygenToolkit.vim
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips
[submodule "bundle/dash.vim"]
path = bundle/dash.vim
url = https://github.com/rizzatti/dash.vim
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired
[submodule "bundle/fugitive-gitlab.vim"]
path = bundle/fugitive-gitlab.vim
url = https://github.com/shumphrey/fugitive-gitlab.vim
[submodule "bundle/vim-easy-align"]
path = bundle/vim-easy-align
url = https://github.com/junegunn/vim-easy-align
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/Raimondi/delimitMate
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/vimwiki/vimwiki
[submodule "bundle/vim-visual-star-search"]
path = bundle/vim-visual-star-search
url = https://github.com/nelstrom/vim-visual-star-search
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule "bundle/asyncrun.vim"]
path = bundle/asyncrun.vim
url = https://github.com/skywind3000/asyncrun.vim