pending.nvim/lua
Barrett Ruth fe5ea8be78 fix(forge): fix ghost extmarks, false auth warnings, and needless API calls
Problem: extmarks ghosted after `cc`/undo on task lines, auth warnings
fired even when CLIs were authenticated, and `refresh()` hit forge APIs
on every buffer open regardless of `auto_close`.

Solution: add `invalidate = true` to all extmarks so Neovim cleans them
up on text deletion. Run `auth status` before warning to verify the CLI
is actually unauthenticated. Gate `refresh()` behind `auto_close` config.
2026-03-10 23:01:33 -04:00
..
pending fix(forge): fix ghost extmarks, false auth warnings, and needless API calls 2026-03-10 23:01:33 -04:00