-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
96 lines (96 loc) · 3.93 KB
/
.gitmodules
File metadata and controls
96 lines (96 loc) · 3.93 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/ack.vim"]
path = bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-javascript-syntax"]
path = bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.git
[submodule "bundle/JavaScript-Indent"]
path = bundle/JavaScript-Indent
url = https://github.com/vim-scripts/JavaScript-Indent.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "bundle/vim-erlang-compiler"]
path = bundle/vim-erlang-compiler
url = https://github.com/vim-erlang/vim-erlang-compiler.git
[submodule "bundle/vim-go"]
path = bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "bundle/auto-pairs"]
path = bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "bundle/color_coded"]
path = bundle/color_coded
url = https://github.com/jeaye/color_coded.git
[submodule "dotfiles/vim/bundle/vim-pathogen"]
path = dotfiles/vim/bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "dotfiles/vim/bundle/ack.vim"]
path = dotfiles/vim/bundle/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "dotfiles/vim/bundle/delimitMate"]
path = dotfiles/vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "dotfiles/vim/bundle/nerdcommenter"]
path = dotfiles/vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "dotfiles/vim/bundle/nerdtree"]
path = dotfiles/vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "dotfiles/vim/bundle/supertab"]
path = dotfiles/vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "dotfiles/vim/bundle/vim-markdown"]
path = dotfiles/vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "dotfiles/vim/bundle/syntastic"]
path = dotfiles/vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "dotfiles/vim/bundle/vim-javascript-syntax"]
path = dotfiles/vim/bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.git
[submodule "dotfiles/vim/bundle/JavaScript-Indent"]
path = dotfiles/vim/bundle/JavaScript-Indent
url = https://github.com/vim-scripts/JavaScript-Indent.git
[submodule "dotfiles/vim/bundle/ctrlp.vim"]
path = dotfiles/vim/bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "dotfiles/vim/bundle/vim-erlang-compiler"]
path = dotfiles/vim/bundle/vim-erlang-compiler
url = https://github.com/vim-erlang/vim-erlang-compiler.git
[submodule "dotfiles/vim/bundle/vim-go"]
path = dotfiles/vim/bundle/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "dotfiles/vim/bundle/vim-gitgutter"]
path = dotfiles/vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "dotfiles/vim/bundle/auto-pairs"]
path = dotfiles/vim/bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs.git
[submodule "dotfiles/vim/bundle/color_coded"]
path = dotfiles/vim/bundle/color_coded
url = https://github.com/jeaye/color_coded.git