pending.nvim/lua
Barrett Ruth 18049e91a0 feat(complete): add info descriptions to omnifunc items
Problem: completion menu items had no description, making it hard to
distinguish between similar entries like date shorthands and recurrence
patterns.

Solution: return { word, info } tables from date_completions() and
recur_completions(), surfacing human-readable descriptions in the
completion popup.
2026-02-25 20:34:56 -05:00
..
pending feat(complete): add info descriptions to omnifunc items 2026-02-25 20:34:56 -05:00