-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
84 lines (84 loc) · 3.08 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
76
77
78
79
80
81
82
83
84
[submodule "vim/bundle/ack"]
path = vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/auto_mkdir"]
path = vim/bundle/auto_mkdir
url = https://github.com/DataWraith/auto_mkdir.git
[submodule "vim/bundle/gundo"]
path = vim/bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "vim/bundle/jslint.vim"]
path = vim/bundle/jslint.vim
url = https://github.com/hallettj/jslint.vim.git
[submodule "vim/bundle/neocomplcache"]
path = vim/bundle/neocomplcache
url = https://github.com/Shougo/neocomplcache.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/rvm"]
path = vim/bundle/rvm
url = https://github.com/csexton/rvm.vim.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-git"]
path = vim/bundle/vim-git
url = https://github.com/tpope/vim-git.git
[submodule "vim/bundle/indent-guides"]
path = vim/bundle/indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "vim/bundle/ragtag"]
path = vim/bundle/ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/xmledit"]
path = vim/bundle/xmledit
url = https://github.com/sukima/xmledit.git
[submodule "vim/bundle/zencoding"]
path = vim/bundle/zencoding
url = https://github.com/mattn/zencoding-vim.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/w3cvalidate"]
path = vim/bundle/w3cvalidate
url = https://github.com/dekomote/w3cvalidate.vim.git
[submodule "vim/bundle/haml"]
path = vim/bundle/haml
url = https://github.com/tpope/vim-haml.git
[submodule "vim/bundle/fecompressor"]
path = vim/bundle/fecompressor
url = https://github.com/othree/fecompressor.vim.git
[submodule "vim/bundle/taskpaper"]
path = vim/bundle/taskpaper
url = https://github.com/davidoc/taskpaper.vim.git
[submodule "vim/bundle/easymotion"]
path = vim/bundle/easymotion
url = https://github.com/Lokaltog/vim-easymotion.git
[submodule "vim/bundle/current-func-info"]
path = vim/bundle/current-func-info
url = https://github.com/tyru/current-func-info.vim.git
[submodule "vim/bundle/PIV"]
path = vim/bundle/PIV
url = https://github.com/spf13/PIV.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "vim/bundle/command-t"]
path = vim/bundle/command-t
url = git://git.wincent.com/command-t.git