-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
90 lines (90 loc) · 3.32 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/git"]
path = .vim/bundle/git
url = git://github.com/tpope/vim-git.git
[submodule ".vim/bundle/supertab"]
path = .vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = git://github.com/wincent/Command-T.git
[submodule "pyflakes-pathogen"]
path = pyflakes-pathogen
url = git://github.com/mitechie/pyflakes-pathogen.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = git://github.com/mileszs/ack.vim.git
[submodule ".vim/bundle/gundo"]
path = .vim/bundle/gundo
url = git://github.com/sjl/gundo.vim.git
[submodule ".vim/bundle/pydoc"]
path = .vim/bundle/pydoc
url = git://github.com/fs111/pydoc.vim.git
[submodule ".vim/bundle/pep8"]
path = .vim/bundle/pep8
url = git://github.com/vim-scripts/pep8.git
[submodule ".vim/bundle/py.test"]
path = .vim/bundle/py.test
url = git://github.com/alfredodeza/pytest.vim.git
[submodule ".vim/bundle/makegreen"]
path = .vim/bundle/makegreen
url = git://github.com/reinh/vim-makegreen
[submodule ".vim/bundle/tasklist"]
path = .vim/bundle/tasklist
url = git://github.com/vim-scripts/TaskList.vim.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = git://github.com/vim-scripts/The-NERD-tree.git
[submodule ".vim/.vim/bundle/snipmate"]
path = .vim/.vim/bundle/snipmate
url = git://github.com/msanders/snipmate.vim.git
[submodule ".vim/.vim/bundle/surround"]
path = .vim/.vim/bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule ".vim/.vim/bundle/git"]
path = .vim/.vim/bundle/git
url = git://github.com/tpope/vim-git.git
[submodule ".vim/.vim/bundle/supertab"]
path = .vim/.vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule ".vim/.vim/bundle/command-t"]
path = .vim/.vim/bundle/command-t
url = git://github.com/wincent/Command-T.git
[submodule ".vim/pyflakes-pathogen"]
path = .vim/pyflakes-pathogen
url = git://github.com/mitechie/pyflakes-pathogen.git
[submodule ".vim/.vim/bundle/ack"]
path = .vim/.vim/bundle/ack
url = git://github.com/mileszs/ack.vim.git
[submodule ".vim/.vim/bundle/gundo"]
path = .vim/.vim/bundle/gundo
url = git://github.com/sjl/gundo.vim.git
[submodule ".vim/.vim/bundle/pydoc"]
path = .vim/.vim/bundle/pydoc
url = git://github.com/fs111/pydoc.vim.git
[submodule ".vim/.vim/bundle/pep8"]
path = .vim/.vim/bundle/pep8
url = git://github.com/vim-scripts/pep8.git
[submodule ".vim/.vim/bundle/py.test"]
path = .vim/.vim/bundle/py.test
url = git://github.com/alfredodeza/pytest.vim.git
[submodule ".vim/.vim/bundle/makegreen"]
path = .vim/.vim/bundle/makegreen
url = git://github.com/reinh/vim-makegreen
[submodule ".vim/.vim/bundle/tasklist"]
path = .vim/.vim/bundle/tasklist
url = git://github.com/vim-scripts/TaskList.vim.git
[submodule ".vim/.vim/bundle/nerdtree"]
path = .vim/.vim/bundle/nerdtree
url = git://github.com/vim-scripts/The-NERD-tree.git
[submodule ".vim/.vim/bundle/fugitive"]
path = .vim/.vim/bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git