-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
53 lines (53 loc) · 1.6 KB
/
.gitmodules
File metadata and controls
53 lines (53 loc) · 1.6 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
[submodule "bundle/pathogen"]
path = bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
branch = master
[submodule "bundle/tcomment"]
path = bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
branch = master
[submodule "bundle/hexHighlight"]
path = bundle/hexHighlight
url = https://github.com/vim-scripts/hexHighlight.vim.git
branch = master
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
branch = master
[submodule "bundle/jellybeans"]
path = bundle/jellybeans
url = https://github.com/nanotech/jellybeans.vim.git
branch = master
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
branch = master
[submodule "bundle/vim-json"]
path = bundle/vim-json
url = https://github.com/elzr/vim-json.git
branch = master
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/plasticboy/vim-markdown.git
branch = master
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = https://github.com/Valloric/YouCompleteMe.git
branch = master
ignore = dirty
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/bling/vim-airline.git
branch = master
[submodule "bundle/vim-jsx"]
path = bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
branch = master
[submodule "bundle/vim-snippets"]
path = bundle/vim-snippets
url = https://github.com/honza/vim-snippets
branch = master
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
branch = master