hydra.nvim VS neogit

Compare hydra.nvim vs neogit and see what are their differences.

hydra.nvim

Create custom submodes and menus (by anuvyklack)

neogit

An interactive and powerful Git interface for Neovim, inspired by Magit (by NeogitOrg)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
hydra.nvim neogit
30 54
990 3,300
- 4.1%
0.0 9.9
5 months ago 6 days ago
Lua Lua
- MIT 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.

hydra.nvim

Posts with mentions or reviews of hydra.nvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • New input method
    2 projects | /r/neovim | 10 Jul 2023
    similar to hydra?
  • New plugin: Notebook Navigator - Execute and manipulate code cells a la VSCode
    3 projects | /r/neovim | 29 Jun 2023
    A Hydra mode to quickly manipulate and run cells
  • Your favourite Neovim plugins?
    42 projects | /r/neovim | 21 Jun 2023
    Possibly hydra, which everything from submodes to a more customized which-key. Works really well for making a telescope menu or a DAP mode.
  • How to re perform last key strokes?
    2 projects | /r/neovim | 11 May 2023
    The other way, that I use for some navigation functions is using hydra.nvim. You can basically create little 'submodes' to group related functionality with quicker mappings. Like after [hjkl] you can just hit hjkl to keep moving around, and then hitting esc or just any key not in the submode to leave it.
  • Is there any generic, simple way to close floating windows created by Neovim?
    1 project | /r/neovim | 30 Apr 2023
    I use this function to exclude the currently focused floating window and ignore floating windows of some plugins (in this case only the popup from hydra.nvim is ignored):
  • Introducing stackmap.nvim
    3 projects | /r/neovim | 24 Apr 2023
    There is also https://github.com/anuvyklack/keymap-layer.nvim used by https://github.com/anuvyklack/hydra.nvim
  • mini.nvim - release of version 0.8.0
    4 projects | /r/neovim | 2 Apr 2023
    This suggestion and similar (like [[ and ]] to repeat latest target) did come up. I feel like that is the "responsibility" of something like anuvyklack/hydra.nvim or the (some time eventually) planned 'mini.nvim' alternative.
  • Question regarding vertical movement
    8 projects | /r/neovim | 12 Mar 2023
    I installed hop but can't get used to it and just hold j/k/W/B as someone commented higher. Btw, for plaintext files this can be useful, even without hydra: https://github.com/anuvyklack/hydra.nvim/wiki/Quick-words
  • Neovim version of tpope/vim-repeat
    3 projects | /r/neovim | 2 Mar 2023
    Of course, each case is different, but for making repeatable mappings there is anuvyklack/hydra.nvim. Or in some cases you can avoid this by choosing appropriate mappings (like Ctrl + arrows for window resizing which doesn't require repeating several keystrokes for a single operation).
  • Keymap hints while typing commands?
    3 projects | /r/neovim | 2 Mar 2023
    I don't quite know what I am looking at in your screenshot (I haven't used emacs either though), but I use hydra.nvim and I can get a similar end result with it

neogit

Posts with mentions or reviews of neogit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-11.
  • Neovim: creating keymaps in lua
    4 projects | dev.to | 11 Mar 2024
    I would use this feature of lazy.nvim in a plugin that I rarely need. Something neogit for example. I can spend hours coding without using it. In that particular case I think is nice to have the option to load it when I actually call it.
  • GitUI
    5 projects | news.ycombinator.com | 7 Jan 2024
    This looks very much like the Noevim plugin I began using about a month ago: neogit[0].

    The keybindings were a bit rough, and it took me about an hour of use before I was really comfortable with the overall workflow. Once I was, though, I’ve found it to be much faster than my previous workflow (suspending neovim and using git directly in the shell).

    0: https://github.com/NeogitOrg/neogit

  • Is there a discard all option in neogit?
    1 project | /r/neovim | 11 Aug 2023
    Edit: FYI: I made a feature request and got the answer, that it it possible to visually select the files and discard them like this together.
  • Massive Update to Neogit and New Home!
    2 projects | /r/neovim | 13 Jul 2023
  • What IDEA or Vscode feature/function you want to have in neovim eco-system?
    16 projects | /r/neovim | 28 Jun 2023
    This is what I use for general git interaction and itβ€˜s pretty neat: neogit. Also integrates diffview
  • Magit
    9 projects | news.ycombinator.com | 26 Jun 2023
    For neovim users, there's a work-in-progress clone, neogit: https://github.com/timUntersberger/neogit/

    Some of my colleagues use emacs/magit, and after seeing how absolutely lovely the workflow is, I've put in a lot of work over the last few months expanding it. You can check out my fork here: https://github.com/ckolkey/neogit/

    One thing I particularly like to tease my emacs' colleagues about is that my magit is faster than theirs thanks to neovim's async capabilities.

  • Your favourite Neovim plugins?
    42 projects | /r/neovim | 21 Jun 2023
  • What do you use for git integration in neovim?
    8 projects | /r/neovim | 6 Jun 2023
    You could use neogit (https://github.com/TimUntersberger/neogit) for basic commands however I have found it's easier / more versatile to just use lazygit in either another tmux tmux window or within neovim itself.
  • Switching from Emacs. My experience
    20 projects | /r/neovim | 24 May 2023
    The only thing I truly miss from Emacs is [Magit](https://magit.vc/) since I still consider it the best git wrapper available. It is just too good. Unfortunately [Neogit](https://github.com/TimUntersberger/neogit) is not quite there yet although I hope it makes it at some point. I didn't like [Fugitive]https://github.com/tpope/vim-fugitive), but I ended up finding a good enough workaround by using [Lazygit](https://github.com/jesseduffield/lazygit) through [Toggleterm](https://github.com/akinsho/toggleterm.nvim).
  • Neovim vs VSCode Neovim - what are the tradeoffs?
    11 projects | /r/neovim | 17 May 2023

What are some alternatives?

When comparing hydra.nvim and neogit you can also consider the following projects:

which-key.nvim - πŸ’₯ Create key bindings that stick. WhichKey is a lua plugin for Neovim 0.5 that displays a popup with possible keybindings of the command you started typing.

vim-fugitive - fugitive.vim: A Git wrapper so awesome, it should be illegal

vim-which-key - :tulip: Vim plugin that shows keybindings in popup

lazygit.nvim - Plugin for calling lazygit from within neovim.

vim-resize-mode - A Vim mode for easier window resizing

octo.nvim - Edit and review GitHub issues and pull requests from the comfort of your favorite editor

winshift.nvim - Rearrange your windows with ease.

lazygit - simple terminal UI for git commands

Launch.nvim - πŸš€ Launch.nvim is modular starter for Neovim.

difftastic - a structural diff that understands syntax πŸŸ₯🟩

nvim-window

gitsigns.nvim - Git integration for buffers