From 0ded7b55c8add724c9698a261ad4ea015f7a219b Mon Sep 17 00:00:00 2001 From: Nick Burt Date: Wed, 1 Jul 2026 15:58:39 -0500 Subject: [PATCH] add git signs to the smoketest --- doc/smoketest.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/smoketest.md b/doc/smoketest.md index d78975ba..b485602d 100644 --- a/doc/smoketest.md +++ b/doc/smoketest.md @@ -16,6 +16,15 @@ A manual smoketest checklist to ensure features are working: Kickstart plugins *that are enabled* should be working - [ ] Autopairs - Brackets, parenthesis, etc, should automatically close +- [ ] Git Signs + - `ghs` should stage a hunk of changes + - `ghr` should reset a hunk of changes + - `ghS` should stage a buffer of changes + - `ghR` should reset a buffer of changes + - `ghp` should preview changes in a git hunk + - `gb` should show the git blame line + - `gd` should show the git diff since the index + - `gD` should show the git diff since the last commit - [ ] IndentLine - Should see visual indentation guides for indented lines @@ -25,7 +34,7 @@ Custom plugins should be working - Shortcut `-` should open Oil - [ ] Snacks - Should load dashboard at start, and `=` should open dashboard - - `gb` should open the remote git repository in a browser + - `gr` should open the remote git repository in a browser - `gl` should open lazy git - `no` should open a scratchpad - `ns` browses existing notes in scratchpad