data-viewer.nvim
data-viewer.nvim copied to clipboard
Abstracted into single fsv parser
Mentioned in PR #5 , This moves to a single implementation.
Tested to confirmed that opening a file with semicolon separated fields and calling :DataViewer ssv works as expected.
Caveat: renaming a csv to ssv and calling :DataViewer without any argument returns Filetype unsupported, though I'm not sure why. Please feel free to change to fix that issue.