Skip to content

Releases: shellRaining/hlchunk.nvim

v1.3.0: Now faster! 🚀

13 Jul 16:36
Compare
Choose a tag to compare

Made more optimizations in performance, the average rendering time per render was 0.7ms.

  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.3.0
image

v1.2.2
image

v1.2.2

13 Jun 07:22
Compare
Choose a tag to compare

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 🎉

09 Jun 17:01
Compare
Choose a tag to compare

Enhance performance: compare with v1.2.0, avg render time from 5683ms to 3485ms, next is what I have done

  1. using ffi module to call indent and other function directly
  2. add cache for calc indent
  3. change vim.filetype.match to vim.bo[bufnr].ft

image

v1.2.0

06 Jun 16:38
Compare
Choose a tag to compare
  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

05 Jun 15:44
Compare
Choose a tag to compare

A large-scale reconstruction has been carried out, adding the textobject of chunk mod.

v1.0.0

24 Oct 08:25
Compare
Choose a tag to compare
text: add comments