forked from eraserewind/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
54 lines (54 loc) · 1.8 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
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/colors-solarized"]
path = bundle/colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/git"]
path = bundle/git
url = git://github.com/tpope/vim-git.git
[submodule "bundle/haml"]
path = bundle/haml
url = git://github.com/tpope/vim-haml.git
[submodule "bundle/javascript"]
path = bundle/javascript
url = git://github.com/pangloss/vim-javascript.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/rails"]
path = bundle/rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/vitality"]
path = bundle/vitality
url = git://github.com/sjl/vitality.vim.git
[submodule "bundle/taglist-plus"]
path = bundle/taglist-plus
url = git://github.com/vim-scripts/taglist-plus.git
[submodule "bundle/jade"]
path = bundle/jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "bundle/handlebars"]
path = bundle/handlebars
url = git://github.com/nono/vim-handlebars.git
[submodule "bundle/stylus"]
path = bundle/stylus
url = git://github.com/wavded/vim-stylus.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = git://git.wincent.com/command-t.git