As far as I see, enabling "use_treesitter" in config assumes usage of nvim-treesitter plugin:
https://github.com/shellRaining/hlchunk.nvim/blob/main/lua/hlchunk/utils/indentHelper.lua#L65
Which is in strange status (it was archived and unmaintained for a long time, and returned in only less than a day ago.
Also their current description (after migrating to main branch) looks like they won't promise further existance of that function used by hlchunk.
So, maybe it is worth to write a "homegrown" analog of that function (based directly on nvim internals), or even just copy it locally?
As far as I see, enabling "
use_treesitter" in config assumes usage ofnvim-treesitterplugin:https://github.com/shellRaining/hlchunk.nvim/blob/main/lua/hlchunk/utils/indentHelper.lua#L65
Which is in strange status (it was archived and unmaintained for a long time, and returned in only less than a day ago.
Also their current description (after migrating to main branch) looks like they won't promise further existance of that function used by hlchunk.
So, maybe it is worth to write a "homegrown" analog of that function (based directly on nvim internals), or even just copy it locally?