Releases: hat0uma/csvview.nvim
Releases · hat0uma/csvview.nvim
v1.3.0
03 Sep 16:07
Compare
Sorry, something went wrong.
No results found
1.3.0 (2025-07-23)
Features
Add support for multi-line fields (#55 ) (54425e4 )
parser: Add automatic delimiter and header detection (#62 ) (bfd95ed )
Bug Fixes
config: Respect user delimiter.ft configuration completely (#64 ) (1057e6c )
jump: Just field: handle case when first col is empty (#57 ) (6998bd0 )
view: disable line wrap to prevent cursor jumping in CSV fields (#66 ) (22c9450 )
view: Improve rendering performance (#44 ) (9cc5dcb )
Performance Improvements
metrics: Implement row metrics with FFI for improved memory efficiency (#59 ) (507f90b )
v1.2.0
31 Mar 18:25
Compare
Sorry, something went wrong.
No results found
1.2.0 (2025-03-31)
Features
Bug Fixes
add bufnr to CsvViewAttach,CsvViewDetach (9bd000f )
v1.1.0
17 Mar 06:57
Compare
Sorry, something went wrong.
No results found
1.1.0 (2025-03-17)
Features
add display_mode option to CsvViewEnable and CsvViewToggle command (67b6347 )
jump: support repeating for jump motions (#28 ) (58ffaea )
support fixed-length multi-character delimiters (#37 ) (8a07c17 )
Bug Fixes
#33 : Temporarily disable tabular view during buffer preview with inccommand=nosplit (#34 ) (ed446a5 )
Resolve Discrepancy Between Neovim's Built-in CSV Highlighting and csvview (#38 ) (9e4617b )