dotfiles/neovim/config
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonny Barnes c674ee3e93
Add keys to review a single commit and a branch's commits
<leader>gd/gm cover uncommitted work and a whole branch, but neither
answers "what did that one commit on main do". <leader>gr opens the
explorer on one commit's files, defaulting to a sha under the cursor so
it works straight from a log or a commit message. <leader>gR lists the
commits HEAD has that a base branch does not, oldest first.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-31 21:37:00 +01:00
..
plugins Add keys to review a single commit and a branch's commits 2026-08-31 21:37:00 +01:00
diagnostics.lua Fix which-key not seeing gitsigns maps, add diagnostic maps 2026-08-08 17:27:37 +01:00
init.lua Add gitsigns via vim.pack, track the pack lockfile 2026-08-08 13:57:02 +01:00
lsp.lua Updated neovim config for v0.12 2026-05-31 20:33:23 +01:00
options.lua Add gitsigns via vim.pack, track the pack lockfile 2026-08-08 13:57:02 +01:00