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
496 stars 30 forks source link

Blank configuration doesnt work #123

Open milanmeister opened 1 month ago

milanmeister commented 1 month 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 1 month ago

readme has explained😂

milanmeister commented 1 month ago

Is there a specific thing i should look at?

shellRaining commented 1 month 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 1 month 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 1 month 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 1 month ago

Thanks. even without blank your plugin is great!