Wow, turns out vim-gitgutter is super useful. Not because of the gutter, but because of staging and reverting hunks directly in Vim.
In other Vim news: fzf demonstrates the idea of using an external fuzzy finder for opening files and searching across files in Vim. So I wrote a tiny script to do that in a simpler way and with any fuzzy finder program (I propose the $MENU
environment variable to specify a preferred one.) But only with Neovimโs :terminal
.