dinhhuy258/git.nvim

GIt commit different behavior

Opened this issue · 2 comments

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
image
But when I have a file in it, git.nvim creates new float window(slower than behavior above)
image

Could you remove float window behavior for better performance?


Fugitive hasn't a floating window as well.

image

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:

test.git.commit.mov
  1. Run Git commit without (git add) -> result -> no float window
  2. Change something -> run git add . -> run git commit -> result -> loading floating window