Remove CSV syntax (it is ugly and not useful)

This commit is contained in:
Adam Stankiewicz
2015-02-11 11:29:11 -08:00
parent 6cd2d5417d
commit 4541e98466
4 changed files with 0 additions and 2833 deletions

View File

@@ -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