From 431fa3e734194a10a78823fc2e8214e4f3746c41 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sat, 24 Feb 2024 15:36:23 -0600 Subject: [PATCH] docs(nvim): update todo --- dots/.config/nvim/README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dots/.config/nvim/README.org b/dots/.config/nvim/README.org index 50809489..96808819 100644 --- a/dots/.config/nvim/README.org +++ b/dots/.config/nvim/README.org @@ -10,9 +10,11 @@ I am sure /much/ of it will work on any computer with a bash or zsh shell, but I invest the effort at the time of writing to find out and make it work across a bunch of use cases. -* TODO Neogit +* DONE Neogit SCHEDULED: <2024-02-23 Fri> DEADLINE: <2024-02-25 Sun> -- [ ] Determine why Neogit's diff hunks are not highlighted until I place a cursor over a hunk. +- [X] Determine why Neogit's diff hunks are not highlighted until I place a cursor over a hunk. + - This was fixed upstream and with the manual foldmethod set in ~987e89c~ this is working as + expected. - Right now the diffs have 0 highlighting which makes it annoying to just glance at them — requires manual movement of the cursor position 🫤