vim-polyglot/ftdetect/csv.vim

4 lines
107 B
VimL
Raw Normal View History

2013-09-12 11:30:48 -04:00
" Install Filetype detection for CSV files
au BufRead,BufNewFile *.csv,*.dat,*.tsv,*.tab set filetype=csv