-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitmodules
66 lines (66 loc) · 2.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
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/python-mode"]
path = bundle/python-mode
url = https://github.com/klen/python-mode
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim
[submodule "bundle/snipmate-django"]
path = bundle/snipmate-django
url = https://github.com/mgrouchy/snipmate_for_django
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround
[submodule "bundle/stopsign"]
path = bundle/stopsign
url = https://github.com/joshuarh/vim-stopsign.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
[submodule "bundle/indent-guides"]
path = bundle/indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides
[submodule "bundle/numbers.vim"]
path = bundle/numbers.vim
url = https://github.com/myusuf3/numbers.vim.git
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/vitality"]
path = bundle/vitality
url = https://github.com/sjl/vitality.vim.git
[submodule "bundle/solarized-theme"]
path = bundle/solarized-theme
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-golang"]
path = bundle/vim-golang
url = [email protected]:jnwhiteh/vim-golang.git
[submodule "bundle/gocode"]
path = bundle/gocode
url = [email protected]:Blackrush/vim-gocode.git
[submodule "bundle/pytest-vim"]
path = bundle/pytest-vim
url = https://github.com/alfredodeza/pytest.vim.git
[submodule "bundle/vim-virtualenv"]
path = bundle/vim-virtualenv
url = https://github.com/jmcantrell/vim-virtualenv.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat
[submodule "bundle/jedi"]
path = bundle/jedi
url = https://github.com/davidhalter/jedi-vim.git