A nginx syntax highlighting plugin for vim.
It is a mirror from https://github.com/nginx/nginx/tree/master/contrib/vim,
Making it easier to be installed by vim plugin manager.
Add the plugin to ~/.vimrc
:
call plug#begin('~/.vim/plugged')
Plug 'mikcho/vim-nginx'
call plug#end()
Install the plugin on vim:
:PlugInstall