-
It's often so interesting to see other people's setups, there's always some new little trick to learn. I'm using Telescope these days, which I assume I'm right in thinking very much occupies the same role as fzf-lua? At least, from what I can tell from your screenshot, Telescope has a very similar popup for git status. But! It looks like you can specify a custom diff tool with fzf-lua!? There are some really powerful diff tools, like delta, would be great to see its output actually in neovim.
-
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.
-
Oh, actually after a little googling, it might actually be possible in Telescope: https://github.com/nvim-telescope/telescope.nvim/issues/605
-
I use https://github.com/lewis6991/gitsigns.nvim Which I think is most of the fugitive features I want that aren't part of https://github.com/TimUntersberger/neogit and I can stage hunks with hs and whole files hS
-
I use https://github.com/lewis6991/gitsigns.nvim Which I think is most of the fugitive features I want that aren't part of https://github.com/TimUntersberger/neogit and I can stage hunks with hs and whole files hS
-
FYI, just added this to my config with a slight twist (resize back once I'm done), this so great :)
-
Might want to checkout https://github.com/preservim/vimux also, but if these commands meet your needs, don’t worry about it and enjoy