-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
35 lines (35 loc) · 942 Bytes
/
.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
[submodule "pathogen"]
path = pathogen
url = https://github.com/tpope/vim-pathogen.git
branch = master
ignore = all
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
branch = master
ignore = all
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
branch = master
ignore = all
[submodule "bundle/gruvbox"]
path = bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
branch = master
ignore = all
[submodule "bundle/gundo.vim"]
path = bundle/gundo.vim
url = https://github.com/sjl/gundo.vim.git
branch = master
ignore = all
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
branch = master
ignore = all
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/preservim/nerdcommenter.git
branch = master
ignore = all