summaryrefslogtreecommitdiffstats
path: root/ftdetect/nginx.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect/nginx.vim')
-rw-r--r--ftdetect/nginx.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/ftdetect/nginx.vim b/ftdetect/nginx.vim
deleted file mode 100644
index 45bb1c15..00000000
--- a/ftdetect/nginx.vim
+++ /dev/null
@@ -1 +0,0 @@
-au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/*,*/nginx/vhosts.d/*,nginx.conf if &ft == '' | setfiletype nginx | endif