Turn off linewrapping in .csv files
This commit is contained in:
parent
446f0b6977
commit
fdc0bde4f2
1
vimrc
1
vimrc
|
@ -56,6 +56,7 @@ set softtabstop=2
|
||||||
au BufRead,BufNewFile *.ipynb setlocal filetype=json
|
au BufRead,BufNewFile *.ipynb setlocal filetype=json
|
||||||
au BufRead,BufNewFile *.md setlocal spell
|
au BufRead,BufNewFile *.md setlocal spell
|
||||||
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
|
au BufRead,BufNewFile *.code-workspace setlocal filetype=json
|
||||||
|
au BufRead,BufNewFile *.csv setlocal nowrap
|
||||||
syntax on
|
syntax on
|
||||||
|
|
||||||
if &diff
|
if &diff
|
||||||
|
|
Loading…
Reference in a new issue