You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have updated this plugin to the latest version using my plugin manager
I have provided the text contained in all screenshots as raw text in this issue. This means if there is a screenshot below it is the copy pasted contents of the file in the screenshot. I understand that my issue will be closed if I have not.
Additional information
No response
The text was updated successfully, but these errors were encountered:
## Details
Request: #413
Link icons are added using inline virtual text. Since we do not set an
`hl_mode` property the default value of `replace` is used. This is fine
in most context but in headings for instance, where we highlight the
background of the line the icons will continue to have their own default
background so will stick out.
The fix for this is to specify `hl_mode = combine` when we add link
icons, which results in the background getting picked up from the
background mark.
Minor other changes:
- Use method name `padding` consistently in renderers rather than
different ones like `side_padding`, `left_pad`, etc.
- Add an enum for positions in node
- Raise an error when an invalid position is provided to `Node:line`,
since this is only used internally it would mean there's definitely a
bug somewhere that we'd otherwise swallow, include the row number in
the output
Neovim version (nvim -v)
NVIM v0.11.0
Neovim distribution
LazyVim
Operating system
Linux, macOS
Terminal emulator / GUI
Wezterm
Describe the bug
The background color of icons are incorrect when they're for links in headers. For example:
In this case theres an additional issue where the background color seems to extend far beyond the icon/text as well:
(is this second case somehow related to #82, but just coincidentally has the same bg color as the icons?)
Icons work fine for links outside of headers
Expected behavior
Icons should have the same background color as the header
Healthcheck output
Plugin configuration
Plugin error log
Confirmations
Additional information
No response
The text was updated successfully, but these errors were encountered: