-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
66 lines (66 loc) · 2.52 KB
/
.gitmodules
File metadata and controls
66 lines (66 loc) · 2.52 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
[submodule "vim/bundle/vim-coffee-script"]
path = vim/bundle/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/vim-cucumber"]
path = vim/bundle/vim-cucumber
url = https://github.com/tpope/vim-cucumber.git
[submodule "vim/bundle/vim-haml"]
path = vim/bundle/vim-haml
url = https://github.com/tpope/vim-haml.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-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/ZoomWin"]
path = vim/bundle/ZoomWin
url = https://github.com/vim-scripts/ZoomWin.git
[submodule "vim/bundle/vim-ruby"]
path = vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "vim/bundle/ack"]
path = vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/vim-l9"]
path = vim/bundle/vim-l9
url = https://github.com/clones/vim-l9.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/vim-ruby-refactoring"]
path = vim/bundle/vim-ruby-refactoring
url = https://github.com/ecomba/vim-ruby-refactoring
[submodule "vim/bundle/matchit.zip"]
path = vim/bundle/matchit.zip
url = git://github.com/benjifisher/matchit.zip.git
[submodule "vim/bundle/SQLUtilities"]
path = vim/bundle/SQLUtilities
url = https://github.com/vim-scripts/SQLUtilities.git
[submodule "vim/bundle/Align"]
path = vim/bundle/Align
url = https://github.com/vim-scripts/Align.git
[submodule "vim/bundle/vim-jsbeautify"]
path = vim/bundle/vim-jsbeautify
url = https://github.com/maksimr/vim-jsbeautify
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "vim/bundle/editorconfig-vim"]
path = vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim
[submodule "vim/bundle/ctrlp"]
path = vim/bundle/ctrlp
url = https://github.com/kien/ctrlp.vim
[submodule "vim/bundle/vim-bufferline"]
path = vim/bundle/vim-bufferline
url = https://github.com/bling/vim-bufferline