-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
108 lines (108 loc) · 3.93 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[submodule "bundle/vim-pathogen.git"]
path = bundle/vim-pathogen.git
url = https://github.com/tpope/vim-pathogen.git
ignore = untracked
[submodule "bundle/nerdtree.git"]
path = bundle/nerdtree.git
url = http://github.com/scrooloose/nerdtree.git
ignore = untracked
[submodule "bundle/autodate.vim.git"]
path = bundle/autodate.vim.git
url = https://github.com/vim-scripts/autodate.vim.git
ignore = untracked
[submodule "bundle/openssl.vim.git"]
path = bundle/openssl.vim.git
url = https://github.com/vim-scripts/openssl.vim.git
ignore = untracked
[submodule "bundle/DrawIt.git"]
path = bundle/DrawIt.git
url = https://github.com/vim-scripts/DrawIt.git
ignore = untracked
[submodule "bundle/taglist-plus.git"]
path = bundle/taglist-plus.git
url = https://github.com/vim-scripts/taglist-plus.git
ignore = untracked
[submodule "bundle/vim-fugitive.git"]
path = bundle/vim-fugitive.git
url = https://github.com/tpope/vim-fugitive.git
ignore = untracked
[submodule "bundle/html5.vim.git"]
path = bundle/html5.vim.git
url = git://github.com/othree/html5.vim.git
ignore = untracked
[submodule "bundle/snipmate.vim.git"]
path = bundle/snipmate.vim.git
url = git://github.com/msanders/snipmate.vim.git
ignore = untracked
[submodule "bundle/jellybeans.vim.git"]
path = bundle/jellybeans.vim.git
url = git://github.com/nanotech/jellybeans.vim.git
ignore = untracked
[submodule "bundle/zencoding-vim.git"]
path = bundle/zencoding-vim.git
url = git://github.com/mattn/zencoding-vim.git
ignore = untracked
[submodule "bundle/jslint.vim.git"]
path = bundle/jslint.vim.git
url = git://github.com/hallettj/jslint.vim.git
ignore = untracked
[submodule "bundle/jshint.vim.git"]
path = bundle/jshint.vim.git
url = git://github.com/walm/jshint.vim.git
ignore = untracked
[submodule "bundle/AutoComplPop.git"]
path = bundle/AutoComplPop.git
url = git://github.com/vim-scripts/AutoComplPop.git
ignore = untracked
[submodule "bundle/vim-colors-solarized.git"]
path = bundle/vim-colors-solarized.git
url = git://github.com/altercation/vim-colors-solarized.git
ignore = untracked
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = git://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/molokai.git"]
path = bundle/molokai.git
url = https://github.com/tomasr/molokai.git
[submodule "bundle/mustache"]
path = bundle/mustache
url = git://github.com/juvenn/mustache.vim.git
[submodule "bundle/PHP-Indenting-for-VIm.git"]
path = bundle/PHP-Indenting-for-VIm.git
url = https://github.com/2072/PHP-Indenting-for-VIm.git
[submodule "bundle/phpcomplete.vim.git"]
path = bundle/phpcomplete.vim.git
url = https://github.com/shawncplus/phpcomplete.vim.git
[submodule "bundle/supertab.git"]
path = bundle/supertab.git
url = https://github.com/ervandew/supertab.git
[submodule "bundle/nerdcommenter.git"]
path = bundle/nerdcommenter.git
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/delimitMate.git"]
path = bundle/delimitMate.git
url = https://github.com/Raimondi/delimitMate.git
[submodule "bundle/checksyntax_vim.git"]
path = bundle/checksyntax_vim.git
url = https://github.com/tomtom/checksyntax_vim.git
[submodule "bundle/vim-surround.git"]
path = bundle/vim-surround.git
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar
[submodule "bundle/vim-easytags.git"]
path = bundle/vim-easytags.git
url = https://github.com/xolox/vim-easytags.git
[submodule "bundle/blade.vim"]
path = bundle/blade.vim
url = https://github.com/johnhamelink/blade.vim
[submodule "bundle/vim-laravel-snippets.git"]
path = bundle/vim-laravel-snippets.git
url = https://github.com/markwu/vim-laravel-snippets.git
[submodule "bundle/snipmate-snippets.git"]
path = bundle/snipmate-snippets.git
url = https://github.com/honza/snipmate-snippets.git