This repository was archived by the owner on Sep 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
37 lines (37 loc) · 1.28 KB
/
.gitmodules
File metadata and controls
37 lines (37 loc) · 1.28 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
[submodule "bundle/syntax-php5"]
path = bundle/syntax-php5
url = https://github.com/vim-scripts/php.vim-for-php5.git
[submodule "bundle/syntax-coffee-script"]
path = bundle/syntax-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/syntax-jade"]
path = bundle/syntax-jade
url = https://github.com/digitaltoad/vim-jade.git
[submodule "bundle/syntax-markdown"]
path = bundle/syntax-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/colors-badwolf"]
path = bundle/colors-badwolf
url = https://github.com/sjl/badwolf.git
[submodule "bundle/php-cs-fixer"]
path = bundle/php-cs-fixer
url = https://github.com/stephpy/vim-php-cs-fixer.git
ignore = dirty
[submodule "bundle/syntax-nginx"]
path = bundle/syntax-nginx
url = https://github.com/littleq0903/vim-nginx.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim
[submodule "bundle/dirdiff"]
path = bundle/dirdiff
url = https://github.com/vim-scripts/DirDiff.vim.git
[submodule "bundle/ag"]
path = bundle/ag
url = https://github.com/rking/ag.vim
[submodule "bundle/qargs"]
path = bundle/qargs
url = https://github.com/nelstrom/vim-qargs.git