cameron-wags / rainbow_csv.nvim

Neovim port of mechatroner/rainbow_csv
MIT License
80 stars 4 forks source link

Incorrect quotation closing #10

Closed carschandler closed 1 year ago

carschandler commented 1 year ago

https://github.com/cameron-wags/rainbow_csv.nvim/blob/5eadace1015ca08caa4f42cc18ae93ed190c12f6/lua/rainbow_csv/fns.lua#L641C5-L641C5

has an extra ' at column 48 after the first escaped double quote mark and so does line 646 at the same location. After changing this, I still was unable to use my neovim's local Python but my system Python worked fine, although this is most likely due to the fact that I'm using Nix and would need to explicitly add the Python module to my Nix instance.

carschandler commented 1 year ago

I'll submit a PR for it actually