git.nvim
git.nvim copied to clipboard
GIt commit different behavior
I have different behavior on Git commit.
When I haven't a file in the git index, Git commit show it in the current window
But when I have a file in it, git.nvim creates new float window(slower than behavior above)

Could you remove float window behavior for better performance?
Fugitive hasn't a floating window as well.
Could you please give me more details here:
- Which command did you use?
- How to reproduce the bug?
I'm using <cmd>Git commit<CR>
Reproduce:
https://user-images.githubusercontent.com/9537753/186863221-080c77cf-c648-440a-8b6c-86337c090836.mov
- Run Git commit without (git add) -> result -> no float window
- Change something -> run git add . -> run git commit -> result -> loading floating window