nvim-lua/wishlist

Edit `git commit` and `git rebase -i` inside neovim

Open

#29 geöffnet am 1. Aug. 2021

Auf GitHub ansehen
 (9 Kommentare) (1 Reaktion) (0 zugewiesene Personen) (0 Forks)github user discovery
help wantedidea

Repository-Metriken

Stars
 (249 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What? Something similar to :Git commit and :Git rebase -i commands in vim-fugitive

Why? All the neovim plugins I found are git interfaces that does a lot of things like neogit and lazygit.nvim. I just want to git commit inside neovim and not see double status bars.

Potential existing implementations: vim-fugitive

Potential pitfalls: I don't know how it works and vim-fugitive is not a small code base to read.

Contributor Guide