From fdc0bde4f24315c88bdd29b11ac980ea25311c43 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Wed, 13 Oct 2021 09:16:04 +0100 Subject: [PATCH] Turn off linewrapping in .csv files --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index d456871d..d57acca0 100644 --- a/vimrc +++ b/vimrc @@ -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