Closed kevinrobayna closed 6 months ago
@kevinrobayna can you recreate this on a dummy repo and show me what your git commit message buffer looks like
The error probably looks like you are trying to insert at the last line, but I can't tell without the screenshot
@kevinrobayna can you recreate this on a dummy repo and show me what your git commit message buffer looks like
The error probably looks like you are trying to insert at the last line, but I can't tell without the screenshot
repository: https://github.com/kevinrobayna/dotfiles
I opened this nvim from lazygit
Just realised that if i do this after running git commit it does load a different UI and it does work 🤔
Yes, you are right, coauthor.nvim is supposed to be ran on the GIT_COMMIT_MSG buffer
if this resolves your issue, feel free to close it or lmk if you have something else
Yes, you are right, coauthor.nvim is supposed to be ran on the GIT_COMMIT_MSG buffer
if this resolves your issue, feel free to close it or lmk if you have something else
uhm 🤔 but the lazygit commit buffer is a GIT_COMMIT_MSG buffer
I found the fix for it will raise a pr for this now
Raised this PR for it: https://github.com/2KAbhishek/co-author.nvim/pull/6
Description of the bug
Unable to add people as co author
My config:
Steps To Reproduce
:CoAuthor Select a person Error appears (see picture)
Additional Information