Releases: shellRaining/hlchunk.nvim
Releases · shellRaining/hlchunk.nvim
v1.3.0: Now faster! 🚀
Made more optimizations in performance, the average rendering time per render was 0.7ms
.
- perf: add mark cache to reduce render time
- feat: add zig, yaml ft better support
- fix: #113, #116, #117, and some edge case
- feat: #113, add a simple hook support, detail can check chunk
filter_list
, but subsequent changes are likely, use with caution.
v1.3.0
v1.2.2
v1.2.2
v1.2.2
- Fix #106, when use indent with treesitter will cause overlay
- Fix #107, not handle '\t' properly for chunk
- Fix error_sign not work, but still need rethink
- Fix #109, when comment a line, chunk will disappear
v1.2.1 🎉
Enhance performance: compare with v1.2.0, avg render time from 5683ms to 3485ms, next is what I have done
- using
ffi
module to call indent
and other function directly
- add cache for calc indent
- change
vim.filetype.match
to vim.bo[bufnr].ft
v1.2.0
- Add animation support for chunk
- Add left arrow char support for chunk
- Throttle for indent mod (better perf)
- Better rust filetype support for chunk
- Lazy render for chunk
v1.1.0
A large-scale reconstruction has been carried out, adding the textobject of chunk mod.