Did you check docs and existing issues?
Neovim version (nvim -v)
v0.12.0-dev
Operating system/version
Ubuntu 25.04
Describe the bug
Thanks for the work on this great plugin!
I've found when conceal_templates is enabled, if the template value reference wraps across lines, when the replacement occurs, the text that was wrapped to the next line isn't masked/handled by the plugin:
Steps To Reproduce
- configure the plugin with default values
- open a helm template file and manually pad a line that has a template so that the template value straddles the line wrap. Example:
- navigate away from the line and observe the value isn't fully replaced:
Expected Behavior
Ideally the plugin would follow the template string across the line wrap and continue the replacement
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.12.0-dev
Operating system/version
Ubuntu 25.04
Describe the bug
Thanks for the work on this great plugin!
I've found when
conceal_templatesis enabled, if the template value reference wraps across lines, when the replacement occurs, the text that was wrapped to the next line isn't masked/handled by the plugin:Steps To Reproduce
Expected Behavior
Ideally the plugin would follow the template string across the line wrap and continue the replacement