We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently in file history fold_open and fold_closed characters use CursorLineNr:
fold_open
fold_closed
CursorLineNr
diffview.nvim/lua/diffview/scene/views/file_history/render.lua
Line 88 in 4516612
I am using signcolumn with background so I want CursorLineNr to have some background but not in diffview file history. I would propose either:
DiffviewCursorLineNr
DiffviewCursorLine
DiffviewNonText
If you think it makes sense, I will gladly prepare a PR
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently in file history
fold_open
andfold_closed
characters useCursorLineNr
:diffview.nvim/lua/diffview/scene/views/file_history/render.lua
Line 88 in 4516612
I am using signcolumn with background so I want
CursorLineNr
to have some background but not in diffview file history. I would propose either:DiffviewCursorLineNr
defaulting toCursorLineNr
working the same way as e.g.DiffviewCursorLine
DiffviewNonText
instead ofCursorLineNr
as is the case with file panelIf you think it makes sense, I will gladly prepare a PR
The text was updated successfully, but these errors were encountered: