akinsho / git-conflict.nvim

A plugin to visualise and resolve merge conflicts in neovim
1k stars 35 forks source link

Keymaps don't work when closing and reopening a conflicted file #65

Closed MariaSolOs closed 1 year ago

MariaSolOs commented 1 year ago

To reproduce the issue:

  1. Open a buffer with a Git conflict. Verify that the keymappings set by this plugin work as expected.
  2. Close the respective buffer before resolving the conflict.
  3. Reopen it. Notice how the keymappings no longer work.