diff options
| author | Ahmed Abdelhalim <[email protected]> | 2018-01-16 13:53:41 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2018-01-16 13:53:41 +0100 |
| commit | daf6020d35317fb64006c5c5f1fb444dff1a780c (patch) | |
| tree | 00e8d693371681c36c8b2ee757876e90d647cc6f /.vimrc | |
| parent | b00325f993c1835fd80029101af7607acf88d1b6 (diff) | |
Support nginx config file syntax
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
