-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy path.gitmodules
60 lines (60 loc) · 2.05 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
[submodule "bundle/jellybeans"]
path = bundle/jellybeans
url = git://github.com/nanotech/jellybeans.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "bundle/phpcomplete.vim"]
path = bundle/phpcomplete.vim
url = git://github.com/shawncplus/phpcomplete.vim.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
url = git://github.com/digitaltoad/vim-jade.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = git://github.com/mattn/emmet-vim.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = git://github.com/bling/vim-airline.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = git://github.com/airblade/vim-gitgutter.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = git://github.com/ctrlpvim/ctrlp.vim
[submodule "bundle/mustache"]
path = bundle/mustache
url = git://github.com/mustache/vim-mustache-handlebars.git
[submodule "bundle/vim-twig"]
path = bundle/vim-twig
url = git://github.com/evidens/vim-twig.git
[submodule "bundle/incsearch.vim"]
path = bundle/incsearch.vim
url = https://github.com/haya14busa/incsearch.vim
[submodule "bundle/lucius"]
path = bundle/lucius
url = https://github.com/jonathanfilip/vim-lucius
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
[submodule "bundle/jedi-vim"]
path = bundle/jedi-vim
url = git://github.com/davidhalter/jedi-vim.git
[submodule "bundle/vimtex"]
path = bundle/vimtex
url = git://github.com/lervag/vimtex