forked from smithkevinc/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
69 lines (69 loc) · 2.54 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
[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
[submodule "_vim/bundle/command-t"]
path = _vim/bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "_vim/bundle/pyflakes"]
path = _vim/bundle/pyflakes
url = https://github.com/mitechie/pyflakes-pathogen.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/pydoc"]
path = _vim/bundle/pydoc
url = https://github.com/fs111/pydoc.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/tasklist"]
path = _vim/bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule "_vim/bundle/nerdtree"]
path = _vim/bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
[submodule "_vim/bundle/ropevim"]
path = _vim/bundle/ropevim
url = https://github.com/sontek/rope-vim.git
[submodule "_vim/bundle/acp"]
path = _vim/bundle/acp
url = https://github.com/vim-scripts/AutoComplPop.git
[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/tlib"]
path = _vim/bundle/tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule "_vim/bundle/snippets"]
path = _vim/bundle/snippets
url = https://github.com/honza/vim-snippets.git
[submodule "_vim/bundle/coffee"]
path = _vim/bundle/coffee
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "_vim/bundle/jedi-vim"]
path = _vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git