forge.nvim/lua/forge/picker
Barrett Ruth ac8db6851f
refactor(picker): canonicalize backend names into single table
Problem: picker backend names were hard-coded as string literals in
`picker/init.lua`, `health.lua`, and `init.lua` validation, making
them easy to get out of sync.

Solution: export `backends` and `detect_order` from `forge.picker` and
reference them in health check and config validation instead of
duplicating the name strings.
2026-03-28 17:50:11 -04:00
..
fzf.lua feat(picker): add multi-backend picker abstraction 2026-03-28 17:48:24 -04:00
init.lua refactor(picker): canonicalize backend names into single table 2026-03-28 17:50:11 -04:00
snacks.lua feat(picker): add multi-backend picker abstraction 2026-03-28 17:48:24 -04:00
telescope.lua feat(picker): add multi-backend picker abstraction 2026-03-28 17:48:24 -04:00