2018-10-23 commit, with vim-pathogen

This commit is contained in:
2018-10-23 19:13:25 -04:00
parent 1d67b40d1c
commit 7193782b0f
214 changed files with 44511 additions and 0 deletions

3
ftdetect/csv.vim Normal file
View File

@ -0,0 +1,3 @@
" Install Filetype detection for CSV files
au BufRead,BufNewFile *.csv,*.dat,*.tsv,*.tab set filetype=csv