Skip to content

Commit

Permalink
refactor(vim): update vim plugins for nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
wyntau committed Sep 26, 2017
1 parent c70117f commit af07c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vimrc.plugins
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ endif

if (count(g:dotvim_groups, 'common') && !count(g:dotvim_groups, '-nginx'))
\ || count(g:dotvim_groups, 'nginx')
Plug 'evanmiller/nginx-vim-syntax'
Plug 'chr4/nginx.vim'
endif

""" ==========================
Expand Down

0 comments on commit af07c99

Please sign in to comment.