lazygit.nvim
Plugin for calling lazygit from within neovim. (by kdheepak)
diffconflicts
A better Vimdiff Git mergetool (by whiteinge)
lazygit.nvim | diffconflicts | |
---|---|---|
16 | 16 | |
1,767 | 404 | |
5.2% | 0.0% | |
5.7 | 2.4 | |
about 1 month ago | about 1 year ago | |
Lua | Vim Script | |
MIT License | BSD 3-clause "New" or "Revised" License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
lazygit.nvim
Posts with mentions or reviews of lazygit.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-11-22.
-
Lazy Docker: The lazier way to manage everything Docker
lazygit inside neovim might not be a complete replacement for magit (I can't tell yet), but it does everything I need it to for day to day development. I can't remember the last time I launched Emacs for work.
https://github.com/kdheepak/lazygit.nvim
-
My Flow and Productivity has Improved with the Simplicity of Neovim
Using tmux, I could just have a shell to pivot into when I want to work with Git. Fine, and I could do that. But I'm using the Neovim plugin for LazyGit. Which takes advantage of this LazyGit UI.
-
Setting Up GitHub Environment Configurations in Neovim on Linux
Github - Lazygit.nvim
-
How to use Git?
There is even a plugin for Vim, that lets you open it in a floating overlay. https://github.com/kdheepak/lazygit.nvim
-
Switching from Emacs. My experience
there's a lazygit plugin if you want to skip the step of opening Toggleterm
-
Git CLI tools and vim
I really like this lazygit integration: https://github.com/kdheepak/lazygit.nvim
-
Poll: how do you jump to Git conflict markers?
So I use https://github.com/kdheepak/lazygit.nvim All of my git workflow is done in lazygit gg opens the float and away I go
-
Setup git commit dialog close to IntelliJ IDEA style?
I don't use IntelliJ, so, I don't know how it exactly looks like. But I use this: https://github.com/kdheepak/lazygit.nvim
-
Best Git Integration for Neovim?
Why not just use lazygit.nvim?
-
Lazygit - Manage your git repository inside Neovim
But using vim-floaterm instead of the https://github.com/kdheepak/lazygit.nvim plugin (which mentions a different plugin https://github.com/akinsho/nvim-toggleterm.lua#custom-terminals as an alternative).
diffconflicts
Posts with mentions or reviews of diffconflicts.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-08-13.
-
Ask HN: Share a shell script you like
diffconflicts [dc] lets you resolve diffs as a two way diff between what's in the conflict markers instead of including the resolved parts in the diff. It opens the diff in vim but could be adapted for other editors. Verbose explanation: https://github.com/whiteinge/diffconflicts/blob/master/READM...
The author converted it to a vim plugin with the same name, but I use a different vim plugin implementation [mergetool].
[dc]: https://github.com/whiteinge/dotfiles/blob/master/bin/diffco...
-
Integrating Git and (Neo)Vim: LazyGit + Fugitive + MergeTool for maxiumum efficiency [Showcase]
I like vim-mergetool for merging in vim. It's inspired by the diffconflicts method (but written in vimscript): Diff the resolved conflicts instead of a three way diff with base. You can also switch to three way with :MergetoolToggleLayout LmR too, but I usually only switch to diffing resolved against theirs or ours.
-
Poll: how do you jump to Git conflict markers?
https://github.com/whiteinge/diffconflicts as a merge tool
-
What is the coolest, unknown(-ish) plugin that you're using that other people could benefit from?
https://github.com/whiteinge/diffconflicts is not unknown, but I think deserves way more attention. It transforms the way you resolve merge conflicts unlike any other tool I've seen.
-
Your git setup for neovim?
For resolving conflicts, I like https://github.com/whiteinge/diffconflicts. It's really good at cutting the noise from conflict markers and only showing what matters.
- Here's a question
-
Vim Regex
For resolving conflicts I recommend https://github.com/whiteinge/diffconflicts, the demo video explains it best https://www.youtube.com/watch?v=Pxgl3Wtf78Y.
-
What have you changed in your VIM workflow recently?
have you tried diffconflicts? started using it ages ago, might be worth checking out if you get tired of editing by hand.
- Which tools do you use for Git Conflicts?
-
Is there a better way to see git diff in vim?
I end up using https://github.com/whiteinge/diffconflicts it does the job I have looked for, I have adjusted the way it a bit to look more like 3 splits solver rather with 2 splits.
What are some alternatives?
When comparing lazygit.nvim and diffconflicts you can also consider the following projects:
neogit - An interactive and powerful Git interface for Neovim, inspired by Magit
vim-mergetool - :cake: Efficient way of using Vim as a Git mergetool
vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal
vim-diff-enhanced - Better Diff options for Vim
vim-floaterm - :computer: Terminal manager for (neo)vim
diff-therapy.nvim - resolve those conflicts and have a happy relationship with git