forked from avelino/.vimrc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
81 lines (81 loc) · 2.74 KB
/
.gitmodules
File metadata and controls
81 lines (81 loc) · 2.74 KB
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
74
75
76
77
78
79
80
81
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "bundle/pydoc"]
path = bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "bundle/zoomwin"]
path = bundle/zoomwin
url = https://github.com/vim-scripts/ZoomWin.git
[submodule "bundle/closetag"]
path = bundle/closetag
url = https://github.com/vim-scripts/closetag.vim.git
[submodule "bundle/django"]
path = bundle/django
url = https://github.com/vim-scripts/django.vim.git
[submodule "bundle/london"]
path = bundle/london
url = https://github.com/avelino/london.vim.git
[submodule "bundle/pytest"]
path = bundle/pytest
url = https://github.com/vim-scripts/pytest.vim.git
[submodule "bundle/python"]
path = bundle/python
url = https://github.com/Soares/python.vim.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/avelino/snipmate.vim.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/mortice/taglist.vim.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/color-flux"]
path = bundle/color-flux
url = https://github.com/avelino/flux.vim.git
[submodule "bundle/color-molokai"]
path = bundle/color-molokai
url = https://github.com/mrtazz/molokai.vim.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/vim-scripts/Markdown.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/jg/bufexplorer.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim.git
[submodule "bundle/less"]
path = bundle/less
url = https://github.com/lunaru/vim-less.git
[submodule "bundle/zencoding"]
path = bundle/zencoding
url = https://github.com/mattn/zencoding-vim.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/tmux-powerline"]
path = bundle/tmux-powerline
url = https://github.com/erikw/tmux-powerline.git
[submodule "bundle/flake8"]
path = bundle/flake8
url = https://github.com/nvie/vim-flake8.git
[submodule "bundle/pyflakes"]
path = bundle/pyflakes
url = https://github.com/kevinw/pyflakes-vim.git
[submodule "bundle/puppet"]
path = bundle/puppet
url = https://github.com/rodjek/vim-puppet.git