What does HackerNews think of lazygit.nvim?

Plugin for calling lazygit from within neovim.

Language: Lua

#18 in Lua
I've used this non stop for months now, it's so good! You can get it from neovim as well as your git plugin and merge resolver if you don't want to use fugitive or something else. https://github.com/kdheepak/lazygit.nvim
It's about creating a habit, like many people mentioned here. For me, the git commandline process was a bit too much hassle and typing to do if I wanted to do it atomically. In the end, I wound up using lazygit[0] and the nvim plugin[1] to make life easier. It makes committing only selected chunks a lot easier, not to mention easier cherry picking and other stuff.

[0]: https://github.com/jesseduffield/lazygit [1]: https://github.com/kdheepak/lazygit.nvim

There even is a Neovim plugin which can open lazygit in a floating window. The active Neovim instance will be used for multiline commit messages.

https://github.com/kdheepak/lazygit.nvim