8 lines
180 B
VimL
8 lines
180 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
" ZIP Module <https://www.nginx.com/resources/wiki/modules/zip/>
|
|
" ZIP archiver for nginx
|
|
|
|
|
|
endif
|