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
Neovim version 0.9
My git-messenger config:
local g = vim.g g.git_messenger_no_default_mappings = 1 g.git_messenger_always_into_popup = 1 g.git_messenger_popup_content_margins = 0 g.git_messenger_conceal_word_diff_marker = 0 g.git_messenger_floating_win_opts = { border = 'single', }
How to reproduce:
:GitMessenger
r
d
A short demo below:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Neovim version 0.9
My git-messenger config:
How to reproduce:
:GitMessenger
r
to open the window showing the word diffr
again to close the word diff windowd
, then the highlights for diff stuff are failedA short demo below:
Screen.Recording.2023-04-21.at.15.28.10.mov
The text was updated successfully, but these errors were encountered: