add vim nginx filetype

This commit is contained in:
2016-08-14 23:22:04 +02:00
parent a9cf93e7b2
commit 5a1bda3829
2 changed files with 665 additions and 0 deletions

1
.vim/filetype.vim Normal file
View File

@@ -0,0 +1 @@
au BufRead,BufNewFile /etc/nginx/*,/data/etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif