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
After I press d or r to open the diff window, the bottom border is not displayed. I noticed that its height is too big and it covers the statusline.
d
r
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', }
Neovim version is 0.9.
A short demo was attached below.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After I press
d
orr
to open the diff window, the bottom border is not displayed. I noticed that its height is too big and it covers the statusline.My git-messenger config:
Neovim version is 0.9.
A short demo was attached below.
Screen.Recording.2023-04-21.at.15.28.10.mov
Thank you.
The text was updated successfully, but these errors were encountered: