-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
63 lines (63 loc) · 2.15 KB
/
.gitmodules
File metadata and controls
63 lines (63 loc) · 2.15 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/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vividchalk"]
path = bundle/vividchalk
url = https://github.com/tpope/vim-vividchalk.git
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/rspec"]
path = bundle/rspec
url = https://github.com/taq/vim-rspec.git
[submodule "bundle/bash-support"]
path = bundle/bash-support
url = https://github.com/vim-scripts/bash-support.vim.git
[submodule "bundle/vcscommand"]
path = bundle/vcscommand
url = https://github.com/vim-scripts/vcscommand.vim.git
[submodule "vim-pathogen"]
path = vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/neocomplcache"]
path = bundle/neocomplcache
url = https://github.com/Shougo/neocomplcache.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/tsaleh/vim-matchit.git
[submodule "bundle/abolish"]
path = bundle/abolish
url = https://github.com/tpope/vim-abolish.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/DetectIndent"]
path = bundle/DetectIndent
url = https://github.com/vim-scripts/DetectIndent.git
[submodule "bundle/sensible"]
path = bundle/sensible
url = https://github.com/tpope/vim-sensible.git