-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
72 lines (72 loc) · 2.82 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
70
71
72
[submodule ".vim/bundle/jedi-vim"]
path = .vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[submodule ".vim/bundle/cobalt.vim"]
path = .vim/bundle/cobalt.vim
url = https://github.com/sfsekaran/cobalt.vim.git
[submodule ".vim/bundle/rainbow"]
path = .vim/bundle/rainbow
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/taghighlight"]
path = .vim/bundle/taghighlight
url = https://github.com/vim-scripts/TagHighlight.git
[submodule ".vim/bundle/tcomment_vim"]
path = .vim/bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim.git
[submodule ".vim/bundle/vim-coffee-script"]
path = .vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule ".vim/bundle/vim-colors-solarized"]
path = .vim/bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule ".vim/bundle/vim-jinja"]
path = .vim/bundle/vim-jinja
url = https://github.com/mitsuhiko/vim-jinja.git
[submodule ".vim/bundle/vim-virtualenv"]
path = .vim/bundle/vim-virtualenv
url = https://github.com/jmcantrell/vim-virtualenv.git
[submodule ".vim/bundle/bclose"]
path = .vim/bundle/bclose
url = https://github.com/rbgrouleff/bclose.vim.git
[submodule ".vim/bundle/zenburn"]
path = .vim/bundle/zenburn
url = https://github.com/jnurmine/Zenburn.git
[submodule ".vim/bundle/warm_grey"]
path = .vim/bundle/warm_grey
url = https://github.com/vim-scripts/Warm-grey.git
[submodule ".vim/bundle/molokai"]
path = .vim/bundle/molokai
url = https://github.com/tomasr/molokai.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/nerdtree-git"]
path = .vim/bundle/nerdtree-git
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule ".vim/bundle/fakeclip"]
path = .vim/bundle/fakeclip
url = https://github.com/kana/vim-fakeclip.git
[submodule ".vim/bundle/python-indent"]
path = .vim/bundle/python-indent
url = https://github.com/hynek/vim-python-pep8-indent.git
[submodule ".vim/bundle/tagbar"]
path = .vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule ".vim/bundle/json-syntax"]
path = .vim/bundle/json-syntax
url = https://github.com/elzr/vim-json.git
[submodule ".vim/bundle/python-syntax"]
path = .vim/bundle/python-syntax
url = https://github.com/hdima/python-syntax.git
[submodule ".vim/bundle/airline"]
path = .vim/bundle/airline
url = https://github.com/bling/vim-airline
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/railscasts-theme"]
path = .vim/bundle/railscasts-theme
url = https://github.com/jpo/vim-railscasts-theme.git