Best diff config for vim in 2021?

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. delta

    A syntax-highlighting pager for git, diff, grep, and blame output

    Since newer diff algorithms are merged into vim and there are tools specifically designed for diffing two files, I wonder what is the best vimdiff option? Here is mine: vim " vimdiff configs if has("patch-8.1.0360") set diffopt=filler,internal,algorithm:histogram,indent-heuristic endif There is also delta which seem to have a smarter algorithm. Is there a way to use delta in vim instead?

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. neovim

    Vim-fork focused on extensibility and usability

    Nothing in core yet AFAIK https://github.com/neovim/neovim/issues/15064

  4. vim-fugitive

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

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

  • A Git story: Not so fun this time

    5 projects | news.ycombinator.com | 3 Jul 2024
  • This is how I use vim and git, any other tips?

    11 projects | /r/vim | 26 Nov 2022
  • Enable new diff option linematch (#14537) ยท neovim/neovim@04fbb1d

    2 projects | /r/neovim | 4 Nov 2022
  • Git workflow

    11 projects | /r/neovim | 13 Sep 2022
  • What are some recent / current PRs you were / are looking forward to?

    13 projects | /r/neovim | 21 Aug 2022

Did you know that Vim Script is
the 32nd most popular programming language
based on number of references?