Skip to content

Tags: shellRaining/hlchunk.nvim

Tags

v1.3.0

Toggle v1.3.0's commit message
v1.3.0

1. perf: add mark cache to reduce render time
2. feat: add zig, yaml ft better support
3. fix: #113, #116, #117, and some edge case
4. feat: #113, add a simple hook support, detail can check chunk
   `filter_list`, but subsequent changes are likely, use with caution.

v1.2.2

Toggle v1.2.2's commit message
v1.2.2

1. Fix #106, when use indent with treesitter will cause overlay
2. Fix #107, not handle '\t' properly for chunk
3. Fix error_sign not work, but still need rethink
4. Fix #109, when comment a line, chunk will disappear

v1.2.1

Toggle v1.2.1's commit message
v1.2.1

Enhance performance: compare with v1.2.0,
avg render time from 5683ms to 3485ms

v1.2.0

Toggle v1.2.0's commit message
v1.2.0

1. Add animation support for chunk
2. Add left arrow char support for chunk
3. Throttle for indent mod (better perf)
4. Better rust filetype support for chunk
5. Lazy render for chunk

v1.1.0

Toggle v1.1.0's commit message
docs: rewrite all docs

docs: indent zh

docs: line_num zh

docs: blank zh

docs: readme

docs: review chunk and update chunk en trans

docs: indent en

docs: blank en

docs: line_num en

docs: fix typo

v1.0.1

Toggle v1.0.1's commit message
fix: fix #75 #76, when use `treesitter` render wrongly

v1.0.0

Toggle v1.0.0's commit message
text: add comments