I installed this plugin CSV.vim but it is firing all the time different errors such has E363 with big files (memory limit problems and others). Apparently, a better solution is to use asynchronous NeoVim/nVim with big files but now on I want to get the basic vim back without highlighting alerting all the time with big files. How can I disable this plugin after sourcing it?
This is a filetype plugin; that means that ftplugin/csv.vim
gets sourced on each CSV file again. To disable it, there are several options:
:edit +setf\ text myfile.csv
:runtime csv.vim
:setf text
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