-
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
Share on X(Twitter)
Share on Facebook
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