forked from sontek/homies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
73 lines (73 loc) · 2.64 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
[submodule "_vim/bundle/fugitive"]
path = _vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "_vim/bundle/surround"]
path = _vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "_vim/bundle/git"]
path = _vim/bundle/git
url = https://github.com/tpope/vim-git.git
ignore = untracked
[submodule "_vim/bundle/command-t"]
path = _vim/bundle/command-t
url = https://github.com/wincent/command-t.git
[submodule "_vim/bundle/ack"]
path = _vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "_vim/bundle/gundo"]
path = _vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "_vim/bundle/pep8"]
path = _vim/bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "_vim/bundle/pytest"]
path = _vim/bundle/pytest
url = https://github.com/alfredodeza/pytest.vim.git
[submodule "_vim/bundle/makegreen"]
path = _vim/bundle/makegreen
url = https://github.com/reinh/vim-makegreen
[submodule "_vim/bundle/nerdtree"]
path = _vim/bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
ignore = untracked
#[submodule "_vim/bundle/ropevim"]
# path = _vim/bundle/ropevim
# url = https://github.com/klen/rope-vim.git
[submodule "_vim/bundle/acp"]
path = _vim/bundle/acp
url = https://github.com/vim-scripts/AutoComplPop.git
ignore = untracked
[submodule "_vim/bundle/solarized"]
path = _vim/bundle/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "_vim/bundle/markdown"]
path = _vim/bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
#[submodule "_vim/bundle/snipmate"]
# path = _vim/bundle/snipmate
# url = https://github.com/garbas/vim-snipmate.git
[submodule "_vim/bundle/vim-addon-mw-utils"]
path = _vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "_vim/bundle/tagbar"]
path = _vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule "_vim/bundle/supertab"]
path = _vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
#[submodule "_vim/bundle/vim-virtualenv.git"]
# path = _vim/bundle/vim-virtualenv.git
# url = https://github.com/jmcantrell/vim-virtualenv.git
# ignore = dirty
[submodule "_vim/bundle/Tasklist.vim"]
path = _vim/bundle/Tasklist.vim
url = https://github.com/vim-scripts/TaskList.vim
[submodule "_vim/bundle/powerline"]
path = _vim/bundle/powerline
url = https://github.com/Lokaltog/vim-powerline
[submodule "_vim/bundle/vim-virtualenv"]
path = _vim/bundle/vim-virtualenv
url = https://github.com/jmcantrell/vim-virtualenv.git
[submodule "_zgen"]
path = _zgen
url = https://github.com/tarjoilija/zgen.git