-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
116 lines (111 loc) · 3.98 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
109
110
111
112
113
114
115
116
[submodule "Pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "NERDTree"]
path = bundle/vim-nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "Darcula colorscheme"]
path = bundle/colorscheme-darcula
url = https://github.com/blueshirts/darcula.git
[submodule "Molokai colorscheme"]
path = bundle/colorscheme-molokai
url = https://github.com/tomasr/molokai.git
[submodule "Solarized colorscheme"]
path = bundle/colorscheme-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "Editorconfig"]
path = bundle/integrate-editorconfig
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "GIT integration"]
path = bundle/integrate-git
url = https://github.com/motemen/git-vim.git
[submodule "PHP Doc"]
path = bundle/integrate-phpdoc
url = https://github.com/Rican7/php-doc-modded.git
[submodule "PHP manual"]
path = bundle/integrate-phpmanual
url = https://github.com/alvan/vim-php-manual.git
[submodule "Symfony"]
path = bundle/integrate-symfony
url = https://github.com/docteurklein/vim-symfony.git
[submodule "Terraform integration and syntax"]
path = bundle/integrate-terraform
url = https://github.com/hashivim/vim-terraform.git
[submodule "HTML autocomplete"]
path = bundle/autocomplete-html
url = https://github.com/rstacruz/sparkup.git
[submodule "Indent guides"]
path = bundle/cs-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "JavaScript indent"]
path = bundle/cs-js-html
url = https://github.com/vim-scripts/JavaScript-Indent.git
[submodule "PHP CS Fixer"]
path = bundle/cs-fixer-php
url = https://github.com/stephpy/vim-php-cs-fixer.git
[submodule "Ansible Vim"]
path = bundle/ansible-vim
url = https://github.com/pearofducks/ansible-vim
[submodule "API Blueprint syntax"]
path = bundle/syntax-apiblueprint
url = https://github.com/kylef/apiblueprint.vim.git
[submodule "Better Whitespaces"]
path = bundle/cs-trailing-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git
[submodule "Blade syntax"]
path = bundle/syntax-blade
url = https://github.com/jwalton512/vim-blade.git
[submodule "CSS colors"]
path = bundle/syntax-css-color
url = https://github.com/ap/vim-css-color.git
[submodule "CSS syntax"]
path = bundle/syntax-css
url = https://github.com/JulesWang/css.vim.git
[submodule "Elixir syntax"]
path = bundle/syntax-elixir
url = https://github.com/elixir-editors/vim-elixir.git
[submodule "HTML5 syntax"]
path = bundle/syntax-html5
url = https://github.com/othree/html5.vim.git
[submodule "JS syntax"]
path = bundle/syntax-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "JSON syntax"]
path = bundle/syntax-json
url = https://github.com/elzr/vim-json.git
[submodule "JSX syntax"]
path = bundle/syntax-jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "Markdown syntax"]
path = bundle/syntax-markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "NGINX syntax"]
path = bundle/syntax-nginx
url = https://github.com/chr4/nginx.vim.git
[submodule "PHP syntax"]
path = bundle/syntax-php
url = https://github.com/StanAngeloff/php.vim.git
[submodule "Python syntax"]
path = bundle/syntax-python
url = https://github.com/mitsuhiko/vim-python-combined.git
[submodule "Puppet syntax"]
path = bundle/syntax-puppet
url = https://github.com/puppetlabs/puppet-syntax-vim.git
[submodule "Syntastic"]
path = bundle/integrate-syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "Twig syntax"]
path = bundle/syntax-twig
url = https://github.com/lumiliet/vim-twig.git
[submodule "UltiSnips"]
path = bundle/ultisnips
url = https://github.com/sirver/ultisnips
[submodule "UltiSnips default snippets"]
path = vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "XSLT syntax"]
path = bundle/syntax-xsl
url = https://github.com/vim-scripts/XSLT-syntax.git
[submodule "YAML syntax"]
path = bundle/syntax-yaml
url = https://github.com/stephpy/vim-yaml.git