4 lines
107 B
VimL
4 lines
107 B
VimL
" Install Filetype detection for CSV files
|
|
au BufRead,BufNewFile *.csv,*.dat,*.tsv,*.tab set filetype=csv
|
|
|