-
https://github.com/chr4/nginx.vim というのがあったので、それが使えました。自分の場合は
NeoBundle
を使っているので、.vimrc
に書いてインストール。
NeoBundle 'chr4/nginx.vim'
nginxの設定ファイルは hogehoge.conf
だったりしてnginx特有の拡張子ではないので、nginxの設定ファイルを編集する場合は毎回vimで以下を叩いています。
:set syntax=nginx
Go to list of users who liked
More than 5 years have passed since last update.
NeoBundle
を使っているので、.vimrc
に書いてインストール。NeoBundle 'chr4/nginx.vim'
nginxの設定ファイルは hogehoge.conf
だったりしてnginx特有の拡張子ではないので、nginxの設定ファイルを編集する場合は毎回vimで以下を叩いています。
:set syntax=nginx
Register as a new user and use Qiita more conveniently
Go to list of users who liked