dotfiles/.vim/filetype.vim

2 lines
100 B
VimL
Raw Permalink Normal View History

2018-12-28 07:07:10 +01:00
au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif