2 lines
100 B
VimL
2 lines
100 B
VimL
|
au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif
|