Which tools do you use for Git Conflicts?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • vim-fugitive

    fugitive.vim: A Git wrapper so awesome, it should be illegal

  • I use https://github.com/lewis6991/gitsigns.nvim for checking changes in the code, and use https://github.com/tpope/vim-fugitive to run git commands (add, commit, push, etc) without leaving neovim.

  • git-conflict.nvim

    A plugin to visualise and resolve merge conflicts in neovim

  • Maybe give https://github.com/akinsho/git-conflict.nvim a try, another alternative could be fugitive by tpope iirc.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • gitsigns.nvim

    Git integration for buffers

  • I use https://github.com/lewis6991/gitsigns.nvim for checking changes in the code, and use https://github.com/tpope/vim-fugitive to run git commands (add, commit, push, etc) without leaving neovim.

  • diffconflicts

    A better Vimdiff Git mergetool

  • vim-unimpaired

    unimpaired.vim: Pairs of handy bracket mappings

  • I use https://github.com/tpope/vim-unimpaired as it creates a mapping to jump to the next marker.

  • vim-floaterm

    :computer: Terminal manager for (neo)vim

  • Leave the editor? I'im using Floaterm to quick access to shell. Beside, I have Tmux covered too

  • tmux

    tmux source code

  • Leave the editor? I'im using Floaterm to quick access to shell. Beside, I have Tmux covered too

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • diff-therapy.nvim

    resolve those conflicts and have a happy relationship with git

  • u/I_AM_NERD is working on one which is looking really promising: https://github.com/tjdevries/diff-therapy.nvim

  • vim-conflicted

    Easy git merge conflict resolution in Vim

  • I have been using https://github.com/christoomey/vim-conflicted for some time now.

  • conflict3

    Vim plugin for highlighting and resolving diff3-style conflicts

  • I use https://github.com/mkotha/conflict3 to highlight changes in conflict markers.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts