mediate.nvim

mediate.nvim

This is a small Neovim extension for resolving Git conflicts.

Background

Proofreading for a friend, I suddenly had a bunch of conflicts to deal with from my corrections on one branch clashing with some of the merged corrections on the main branch. My process for resolving was straightforward:

Obviously, this called for a plugin. Since I was looking to learn more about hacking Neovim with its Lua interface, I was happy for the opportunity too, but so far I've only had time to get a basic version done; probably good enough, but could be a bit nicer.