-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
54 lines (54 loc) · 2.12 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
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule ".vim/bundle/bubblegum"]
path = .vim/bundle/bubblegum
url = [email protected]:baskerville/bubblegum.git
[submodule ".vim/bundle/vim-flake8"]
path = .vim/bundle/vim-flake8
url = [email protected]:nvie/vim-flake8.git
[submodule ".vim/bundle/tlib_vim"]
path = .vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.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/snipmate"]
path = .vim/bundle/snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule ".vim/bundle/snippets"]
path = .vim/bundle/snippets
url = https://github.com/honza/vim-snippets.git
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule ".vim/bundle/jedi-vim"]
path = .vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[submodule ".vim/bundle/vim-virtualenv"]
path = .vim/bundle/vim-virtualenv
url = [email protected]:jmcantrell/vim-virtualenv.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/bundle/vim-gitgutter
url = [email protected]:airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-tagbar"]
path = .vim/bundle/vim-tagbar
url = [email protected]:majutsushi/tagbar.git
[submodule ".vim/bundle/vim-isort"]
path = .vim/bundle/vim-isort
url = https://github.com/fisadev/vim-isort.git
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule ".vim/bundle/vim-python-pep8-indent"]
path = .vim/bundle/vim-python-pep8-indent
url = https://github.com/hynek/vim-python-pep8-indent.git
[submodule ".vim/bundle/vim-licenses"]
path = .vim/bundle/vim-licenses
url = https://github.com/antoyo/vim-licenses.git