deps/health: make fzf-lua optional outside interactive routes #466
Labels
No labels
bug
documentation
duplicate
enhancement
fugitive
good first issue
help wanted
invalid
question
v0.1.0
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/forge.nvim#466
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
fzf-luais effectively mandatory today because some supposedly deterministic surfaces still fall through interactive picker code paths and the docs and health surface do not make the dependency boundary explicit.Proposed solution
Make
fzf-luaoptional for deterministic workflows and require it only for interactive routes and picker APIs, with matching healthcheck and documentation changes.