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
Ensure that the issue is reproducable on the main branch.
Ensure that there isn't an issue on this(either open or closed).
Problem:
When using icons = "mini" in the code_blocks settings table, the background of the icon area does not match the background of the hl group given in the hl setting. mini.icons advocates to only set fg highlights for its groups, which my colorscheme does and which mini.icons does as well. This all seems to point to Markview setting a background highlight somewhere that contradicts my colorscheme, mini.icons, and my Markview configuration.
Steps to reproduce the issue:
Have lazy.nvim, mini.icons, and markview.nvim installed
Init Markview with the following settings for code blocks:
Given that mini.icons sets no bg and I'm not setting it anywhere except in the code_blocks config, there should not be two different background colors. In this case, the icons area matches my "Normal" hl group, so I'm assuming that the bg for that group is gotten somewhere and is set for when mini.icons is used.
Expected behavior:
Markview should respect the user's code block hl configuration.
Neovim version:
NVIM v0.11.0-dev-1401+g7e1c1ff7fc
The text was updated successfully, but these errors were encountered:
Before reporting:
Problem:
When using
icons = "mini"
in thecode_blocks
settings table, the background of the icon area does not match the background of the hl group given in thehl
setting. mini.icons advocates to only set fg highlights for its groups, which my colorscheme does and which mini.icons does as well. This all seems to point to Markview setting a background highlight somewhere that contradicts my colorscheme, mini.icons, and my Markview configuration.Steps to reproduce the issue:
With these settings, I have
Given that mini.icons sets no bg and I'm not setting it anywhere except in the
code_blocks
config, there should not be two different background colors. In this case, the icons area matches my "Normal" hl group, so I'm assuming that the bg for that group is gotten somewhere and is set for when mini.icons is used.Expected behavior:
Markview should respect the user's code block hl configuration.
Neovim version:
NVIM v0.11.0-dev-1401+g7e1c1ff7fc
The text was updated successfully, but these errors were encountered: