summaryrefslogtreecommitdiffstats
path: root/ftdetect/nginx.vim
blob: 45bb1c15d4b8cf6df0faa337539c36ebfccd9a07 (plain) (blame)
1
au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/*,*/nginx/vhosts.d/*,nginx.conf if &ft == '' | setfiletype nginx | endif