From 4541e98466b11376cddee5d7cd84c61a90d5d382 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 11 Feb 2015 11:29:11 -0800 Subject: Remove CSV syntax (it is ugly and not useful) --- ftdetect/polyglot.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index eb2ab691..388976e6 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -11,7 +11,6 @@ function! s:DetectCoffee() endif endfunction autocmd BufNewFile,BufRead * call s:DetectCoffee() -au BufRead,BufNewFile *.csv,*.dat,*.tsv,*.tab set filetype=csv autocmd BufNewFile,BufReadPost *.feature,*.story set filetype=cucumber au BufNewFile,BufRead Dockerfile set filetype=dockerfile au BufRead,BufNewFile *.eex set filetype=eelixir -- cgit v1.2.3