This repository has been archived by the owner on Oct 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
147 lines (147 loc) · 5.37 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[submodule "plugin-repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "plugin-ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "plugin-nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "plugin-AsyncCommand"]
path = bundle/AsyncCommand
url = https://github.com/pydave/AsyncCommand.git
[submodule "plugin-surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "plugin-neocomplcache"]
path = bundle/neocomplcache
url = https://github.com/Shougo/neocomplcache.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-unimpaired"]
path = bundle/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-speeddating"]
path = bundle/vim-speeddating
url = https://github.com/tpope/vim-speeddating.git
[submodule "bundle/vim-commentary"]
path = bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "bundle/vim-lucius"]
path = bundle/vim-lucius
url = https://github.com/jonathanfilip/vim-lucius.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/tabluar"]
path = bundle/tabluar
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/gitgutter"]
path = bundle/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/VimCalc"]
path = bundle/VimCalc
url = https://github.com/gregsexton/VimCalc.git
[submodule "bundle/jedi-vim"]
path = bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim.git
[submodule "bundle/python-mode"]
path = bundle/python-mode
url = https://github.com/klen/python-mode.git
[submodule "bundle/pep8"]
path = bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "bundle/vim-latex"]
path = bundle/vim-latex
url = http://git.code.sf.net/p/vim-latex/vim-latex
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/tomasr/molokai.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "bundle/auto-pairs"]
path = bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "bundle/jellybeans"]
path = bundle/jellybeans
url = https://github.com/nanotech/jellybeans.vim.git
[submodule "bundle/vim-dispatch"]
path = bundle/vim-dispatch
url = https://github.com/tpope/vim-dispatch.git
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/rainbow_parentheses"]
path = bundle/rainbow_parentheses
url = https://github.com/kien/rainbow_parentheses.vim.git
[submodule "bundle/fencview"]
path = bundle/fencview
url = https://github.com/mbbill/fencview.git
[submodule "bundle/vim-vividchalk"]
path = bundle/vim-vividchalk
url = https://github.com/tpope/vim-vividchalk.git
[submodule "bundle/vim-tomorrow-theme"]
path = bundle/vim-tomorrow-theme
url = https://github.com/chriskempson/vim-tomorrow-theme.git
[submodule "bundle/fisa-vim-colorscheme"]
path = bundle/fisa-vim-colorscheme
url = https://github.com/fisadev/fisa-vim-colorscheme.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/vim-blackboard"]
path = bundle/vim-blackboard
url = https://github.com/rickharris/vim-blackboard.git
[submodule "bundle/vim-dbs-easycolour"]
path = bundle/vim-dbs-easycolour
url = https://github.com/ShengYun/vim-dbs-easycolour.git
[submodule "bundle/dbs-terminal"]
path = bundle/dbs-terminal
url = https://github.com/ShengYun/dbs-terminal.git
[submodule "bundle/vim-yankstack"]
path = bundle/vim-yankstack
url = https://github.com/maxbrunsfeld/vim-yankstack.git
[submodule "bundle/vim-swift"]
path = bundle/vim-swift
url = https://github.com/toyamarinyon/vim-swift.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline.git
[submodule "bundle/rainbow"]
path = bundle/rainbow
url = https://github.com/luochen1990/rainbow.git
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git