-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path.gitmodules
81 lines (81 loc) · 3.15 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
[submodule ".vim/bundle/ag.vim"]
path = .vim/bundle/ag.vim
url = git://github.com/epmatsw/ag.vim.git
[submodule ".vim/bundle/vim-javascript-syntax"]
path = .vim/bundle/vim-javascript-syntax
url = git://github.com/jelera/vim-javascript-syntax.git
[submodule ".vim/bundle/vim-slurper"]
path = .vim/bundle/vim-slurper
url = [email protected]:adamlowe/vim-slurper.git
[submodule ".vim/bundle/xterm-color-table.vim"]
path = .vim/bundle/xterm-color-table.vim
url = [email protected]:chrishunt/xterm-color-table.vim.git
[submodule ".vim/bundle/gist-vim"]
path = .vim/bundle/gist-vim
url = [email protected]:mattn/gist-vim.git
[submodule ".vim/bundle/webapi-vim"]
path = .vim/bundle/webapi-vim
url = [email protected]:mattn/webapi-vim.git
[submodule ".vim/bundle/puppet-syntax-vim"]
path = .vim/bundle/puppet-syntax-vim
url = [email protected]:puppetlabs/puppet-syntax-vim.git
[submodule ".vim/bundle/vim-abolish"]
path = .vim/bundle/vim-abolish
url = [email protected]:tpope/vim-abolish.git
[submodule ".vim/bundle/vim-endwise"]
path = .vim/bundle/vim-endwise
url = [email protected]:tpope/vim-endwise.git
[submodule ".vim/bundle/vim-five"]
path = .vim/bundle/vim-five
url = [email protected]:tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = [email protected]:tpope/vim-repeat.git
[submodule ".vim/bugit"]
path = .vim/bugit
url = https://github.com/chriskempson/base16-vim.git
[submodule ".vim/bundle/ctrlp.vim"]
path = .vim/bundle/ctrlp.vim
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/vundle"]
path = .vim/bundle/vundle
url = https://github.com/gmarik/vundle.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/base16-vim"]
path = .vim/bundle/base16-vim
url = https://github.com/chriskempson/base16-vim.git
[submodule ".vim/bundle/tabular"]
path = .vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule ".vim/bundle/mustache.vim"]
path = .vim/bundle/mustache.vim
url = https://github.com/juvenn/mustache.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/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".vim/bundle/vim-liquid"]
path = .vim/bundle/vim-liquid
url = https://github.com/tpope/vim-liquid.git
[submodule ".vim/bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/vim-vividchalk"]
path = .vim/bundle/vim-vividchalk
url = https://github.com/tpope/vim-vividchalk.git
[submodule ".vim/bundle/command-t"]
path = .vim/bundle/command-t
url = https://github.com/wincent/Command-T.git