-
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?
-
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.
-
Nothing in core yet AFAIK https://github.com/neovim/neovim/issues/15064
-
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.