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
v0.10.2
MacOS 13.5
When the prompt split is configured to display right justified, it shifts position to the left when dismissing the diff split for edits.
With the configuration set to show the magenta split positioned right.
<leader>mt
<ctrl> q
The magenta prompt split jumps to the left and the code split moves right.
I am using Lunarvim with a filetree split to the left as well.
I expect the magenta prompt to remain right justified
The text was updated successfully, but these errors were encountered:
fixed in this commit e1311ca
Sorry, something went wrong.
No branches or pull requests
Did you check docs and existing issues?
Neovim version (nvim -v)
v0.10.2
Operating system/version
MacOS 13.5
Describe the bug
When the prompt split is configured to display right justified, it shifts position to the left when dismissing the diff split for edits.
Steps To Reproduce
With the configuration set to show the magenta split positioned right.
<leader>mt
<ctrl> q
The magenta prompt split jumps to the left and the code split moves right.
I am using Lunarvim with a filetree split to the left as well.
Expected Behavior
I expect the magenta prompt to remain right justified
The text was updated successfully, but these errors were encountered: