I open a comma separated CSV file with text wrangler and textedit and it shows comma ,
separated values.
However, opening with MacVim gives me a pipe |
delimited file.
How can I disable this behavior?
I had the same problem.
There's a popular plugin called csv.vim
that has the behaviour you describe. This plugin is used by the language-pack plugin, vim-polyglot
.
As you can see in the csv.vim
docs, you can stop it from replacing ,
with |
if you put this in your ~/.vimrc
let g:csv_no_conceal = 1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With