Turn off linewrapping in .csv files

This commit is contained in:
Edward Litherland-Smith 2021-10-13 09:16:04 +01:00
parent 446f0b6977
commit fdc0bde4f2

1
vimrc
View file

@ -56,6 +56,7 @@ set softtabstop=2
au BufRead,BufNewFile *.ipynb setlocal filetype=json
au BufRead,BufNewFile *.md setlocal spell
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
au BufRead,BufNewFile *.csv setlocal nowrap
syntax on
if &diff