-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
57 lines (57 loc) · 2.06 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
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/snipmate"]
path = vim/bundle/snipmate
url = https://github.com/msanders/snipmate.vim.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/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[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/pydoc"]
path = vim/bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "vim/bundle/py.test"]
path = vim/bundle/py.test
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/taghighlight"]
path = vim/bundle/taghighlight
url = https://github.com/vim-scripts/TagHighlight.git
[submodule "vim/bundle/colour-bandit"]
path = vim/bundle/colour-bandit
url = https://github.com/vim-scripts/bandit.vim.git
[submodule "vim/bundle/vim-virtualenv"]
path = vim/bundle/vim-virtualenv
url = https://github.com/jmcantrell/vim-virtualenv.git
[submodule "vim/bundle/vim-scala"]
path = vim/bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
[submodule "vim/bundle/flake8"]
path = vim/bundle/flake8
url = https://github.com/nvie/vim-flake8