From daf6020d35317fb64006c5c5f1fb444dff1a780c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 16 Jan 2018 13:53:41 +0100 Subject: Support nginx config file syntax --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index a3aff3b..150ff5f 100644 --- a/.vimrc +++ b/.vimrc @@ -40,6 +40,7 @@ Plug 'mhinz/vim-startify' Plug 'ElmCast/elm-vim', { 'for': 'elm' } Plug 'posva/vim-vue', { 'for': ['js', 'vue'] } Plug 'slim-template/vim-slim', { 'for': 'slim' } +Plug 'chr4/nginx.vim', { 'for': 'nginx' } call plug#end() syntax on filetype plugin indent on -- cgit v1.2.3