summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2018-01-16 13:53:41 +0100
committerAhmed Abdelhalim <[email protected]>2018-01-16 13:53:41 +0100
commitdaf6020d35317fb64006c5c5f1fb444dff1a780c (patch)
tree00e8d693371681c36c8b2ee757876e90d647cc6f
parentb00325f993c1835fd80029101af7607acf88d1b6 (diff)
Support nginx config file syntax
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
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