-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
127 lines (127 loc) · 4.08 KB
/
.gitmodules
File metadata and controls
127 lines (127 loc) · 4.08 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
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
[submodule "bundle/tlib_vim"]
path = bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
ignore = untracked
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
ignore = untracked
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = https://github.com/garbas/vim-snipmate.git
ignore = untracked
[submodule "bundle/snipmate-snippets"]
path = bundle/snipmate-snippets
url = https://github.com/emjei/snipmate-snippets
ignore = untracked
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
ignore = untracked
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
ignore = untracked
[submodule "bundle/tcomment_vim"]
path = bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim.git
ignore = untracked
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
ignore = untracked
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = untracked
[submodule "bundle/nerdtree-git-plugin"]
path = bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
ignore = untracked
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
ignore = untracked
[submodule "bundle/vim-slim"]
path = bundle/vim-slim
url = https://github.com/slim-template/vim-slim
ignore = untracked
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive
ignore = untracked
[submodule "bundle/a"]
path = bundle/a
url = https://github.com/vim-scripts/a.vim
ignore = untracked
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
ignore = untracked
[submodule "bundle/vim-better-whitespace"]
path = bundle/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
ignore = untracked
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
ignore = untracked
[submodule "bundle/ag.vim"]
path = bundle/ag.vim
url = https://github.com/rking/ag.vim
ignore = untracked
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = https://github.com/tpope/vim-endwise
ignore = untracked
[submodule "bundle/vim-rspec"]
path = bundle/vim-rspec
url = https://github.com/thoughtbot/vim-rspec
ignore = untracked
[submodule "bundle/vim-scala"]
path = bundle/vim-scala
url = https://github.com/derekwyatt/vim-scala
ignore = untracked
[submodule "bundle/EasyGrep"]
path = bundle/EasyGrep
url = https://github.com/vim-scripts/EasyGrep
ignore = untracked
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
ignore = untracked
[submodule "bundle/256-jungle"]
path = bundle/256-jungle
url = https://github.com/vim-scripts/256-jungle.git
ignore = untracked
[submodule "bundle/neonwave.vim"]
path = bundle/neonwave.vim
url = https://github.com/Sclarki/neonwave.vim.git
ignore = untracked
[submodule "bundle/vim-tomorrow-theme"]
path = bundle/vim-tomorrow-theme
url = https://github.com/chriskempson/vim-tomorrow-theme.git
ignore = untracked
[submodule "bundle/vim-railscasts-theme"]
path = bundle/vim-railscasts-theme
url = https://github.com/jpo/vim-railscasts-theme.git
ignore = untracked
[submodule "bundle/indentLine"]
path = bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
ignore = untracked
[submodule "bundle/vim-solidity"]
path = bundle/vim-solidity
url = https://github.com/tomlion/vim-solidity.git
ignore = untracked
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
ignore = untracked
[submodule "bundle/ctrlp-py-matcher"]
path = bundle/ctrlp-py-matcher
url = https://github.com/FelikZ/ctrlp-py-matcher
ignore = untracked
[submodule "bundle/fzf.vim"]
path = bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git