mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Switch nginx vendor to chr4/nginx.vim, closes #205
This commit is contained in:
@@ -539,11 +539,12 @@ augroup filetypedetect
|
||||
augroup END
|
||||
|
||||
augroup filetypedetect
|
||||
" nginx:othree/nginx-contrib-vim
|
||||
" nginx:chr4/nginx.vim
|
||||
au BufRead,BufNewFile *.nginx set ft=nginx
|
||||
au BufRead,BufNewFile nginx*.conf set ft=nginx
|
||||
au BufRead,BufNewFile *nginx.conf set ft=nginx
|
||||
au BufRead,BufNewFile */etc/nginx/* set ft=nginx
|
||||
au BufRead,BufNewFile */usr/local/nginx/conf/* set ft=nginx
|
||||
au BufRead,BufNewFile nginx.conf set ft=nginx
|
||||
augroup END
|
||||
|
||||
augroup filetypedetect
|
||||
|
||||
Reference in New Issue
Block a user