-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
75 lines (75 loc) · 2.74 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
[submodule ".vim/bundle/vim-sensible"]
path = .vim/bundle/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/vim-sensible2"]
path = .vim/bundle/vim-sensible2
url = https://github.com/tpope/vim-sensible.git
[submodule ".vim/bundle/syntastic"]
path = .vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule ".vim/bundle/ctrlp"]
path = .vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule ".vim/bundle/airline"]
path = .vim/bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule ".vim/bundle/gitgutter"]
path = .vim/bundle/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/zenburn"]
path = .vim/bundle/zenburn
url = https://github.com/jnurmine/Zenburn.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "editorconfig"]
path = editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/editorconfig"]
path = .vim/bundle/editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule ".vim/bundle/snipmate"]
path = .vim/bundle/snipmate
url = https://github.com/garbas/vim-snipmate
[submodule ".vim/bundle/snippets"]
path = .vim/bundle/snippets
url = https://github.com/honza/vim-snippets
[submodule ".vim/bundle/tcomment"]
path = .vim/bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
[submodule ".vim/bundle/addon-mw-utils"]
path = .vim/bundle/addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils
[submodule ".vim/bundle/surround"]
path = .vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule ".vim/bundle/tlib"]
path = .vim/bundle/tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule ".vim/bundle/javascript"]
path = .vim/bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule ".vim/bundle/mustache"]
path = .vim/bundle/mustache
url = https://github.com/mustache/vim-mustache-handlebars.git
[submodule ".vim/bundle/repeat"]
path = .vim/bundle/repeat
url = https://github.com/tpope/vim-repeat
[submodule ".bash/git-aware-prompt"]
path = .bash/git-aware-prompt
url = git://github.com/jimeh/git-aware-prompt.git
[submodule ".bash/z"]
path = .bash/z
url = [email protected]:rupa/z.git
[submodule ".vim/bundle/vim-jsx"]
path = .vim/bundle/vim-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule ".vim/bundle/vim-repeat"]
path = .vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat