Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: better highlighting for fold indicators in FileHistory #547

Open
simonmandlik opened this issue Dec 16, 2024 · 0 comments

Comments

@simonmandlik
Copy link

Currently in file history fold_open and fold_closed characters use CursorLineNr:

comp:add_text((entry.folded and c.signs.fold_closed or c.signs.fold_open) .. " ", "CursorLineNr")

I am using signcolumn with background so I want CursorLineNr to have some background but not in diffview file history. I would propose either:

  1. definining DiffviewCursorLineNr defaulting to CursorLineNr working the same way as e.g. DiffviewCursorLine
  2. using DiffviewNonText instead of CursorLineNr as is the case with file panel

If you think it makes sense, I will gladly prepare a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant