FzfLua 'git status' as a high level staging tool

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. delta

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

    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.

  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. telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time.

    Oh, actually after a little googling, it might actually be possible in Telescope: https://github.com/nvim-telescope/telescope.nvim/issues/605

  4. gitsigns.nvim

    Git integration for buffers

    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

  5. neogit

    An interactive and powerful Git interface for Neovim, inspired by Magit

    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

  6. nvim-lua

    FYI, just added this to my config with a slight twist (resize back once I'm done), this so great :)

  7. vimux

    easily interact with tmux from vim

    Might want to checkout https://github.com/preservim/vimux also, but if these commands meet your needs, don’t worry about it and enjoy

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

  • Margin indicator for Neovim

    5 projects | /r/neovim | 21 Feb 2023
  • Any gitlens like plugin you guys can suggest?

    2 projects | /r/neovim | 11 May 2022
  • what are the must have git plugs? in your opinion

    24 projects | /r/neovim | 30 Mar 2022
  • How to turn NEOVIM into an IDE-like code editor in NIXOS?

    3 projects | dev.to | 24 Mar 2025
  • Using Neovim on OpenWRT

    2 projects | dev.to | 7 Mar 2025

Did you know that Lua is
the 18th most popular programming language
based on number of references?