shellRaining / hlchunk.nvim

This is the lua implementation of nvim-hlchunk, you can use this neovim plugin to highlight your indent line and the current chunk (context) your cursor stayed
MIT License
655 stars 33 forks source link

Blank configuration doesnt work #123

Open milanmeister opened 3 months ago

milanmeister commented 3 months ago

Hello, I use Lazy vim. configuration of chunk,indent a line work, but blank doesnt. i doesnt even show commands "EnableHLBlank" or "DisableHLBlank". Other commands work normally. Help would be much appreciated.

shellRaining commented 3 months ago

readme has explained😂

milanmeister commented 3 months ago

Is there a specific thing i should look at?

shellRaining commented 3 months ago

https://github.com/shellRaining/hlchunk.nvim?tab=readme-ov-file#command

However, for mods with enable set to false, the plugin itself will not create a user command (because there is no need).

It's hidden too far back, perhaps I should improve my documentation. QAQ

milanmeister commented 3 months ago

Got it like this. even tried blank as separated plugin. didnt work SnĂ­mek obrazovky z 2024-07-18 12-35-17

shellRaining commented 3 months ago

sorry, due to recent significant changes in the code, I was unable to thoroughly test the "blank" section. I will fix it in a while and notify you then.

milanmeister commented 3 months ago

Thanks. even without blank your plugin is great!

webmessia-h commented 2 weeks ago

@shellRaining Hey I was wondering if you managed to fix that

shellRaining commented 2 weeks ago

@shellRaining Hey I was wondering if you managed to fix that

quite busy recently, sorry for there are no schedules to solve this issue.