forked from framallo/Vim-for-Rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
63 lines (63 loc) · 2.2 KB
/
.gitmodules
File metadata and controls
63 lines (63 loc) · 2.2 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
[submodule "bundle/nerd-commenter"]
path = bundle/nerd-commenter
url = git://github.com/vim-scripts/The-NERD-Commenter.git
[submodule "bundle/nerd-tree"]
path = bundle/nerd-tree
url = git://github.com/vim-scripts/The-NERD-tree.git
[submodule "bundle/rails"]
path = bundle/rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/eruby"]
path = bundle/eruby
url = git://github.com/vim-scripts/eruby.vim.git
[submodule "bundle/haml"]
path = bundle/haml
url = git://github.com/tpope/vim-haml.git
[submodule "bundle/ruby"]
path = bundle/ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/nginx"]
path = bundle/nginx
url = git://github.com/vim-scripts/nginx.vim.git
[submodule "bundle/Markdown"]
path = bundle/Markdown
url = git://github.com/vim-scripts/Markdown.git
[submodule "vim-javascript"]
path = vim-javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule "bundle/js-indent"]
path = bundle/js-indent
url = git://github.com/pangloss/vim-javascript.git
[submodule "bundle/js-syntax"]
path = bundle/js-syntax
url = git://github.com/vim-scripts/JavaScript-syntax.git
[submodule "bundle/asciidoc"]
path = bundle/asciidoc
url = git://github.com/framallo/asciidoc.vim.git
[submodule "bundle/JSON.vim"]
path = bundle/JSON.vim
url = git://github.com/vim-scripts/JSON.vim.git
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/html5.vim"]
path = bundle/html5.vim
url = git://github.com/othree/html5.vim.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/mustache.vim"]
path = bundle/mustache.vim
url = git://github.com/juvenn/mustache.vim.git
[submodule "bundle/ctrlp.vim"]
path = bundle/ctrlp.vim
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/auto-pairs.vim"]
path = bundle/auto-pairs.vim
url = git://github.com/jiangmiao/auto-pairs.git
[submodule "bundle/vim-endwise.vim"]
path = bundle/vim-endwise
url = git://github.com/jiangmiao/vim-endwise.git