pending.nvim/lua/pending
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
..
sync fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
buffer.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
complete.lua feat(complete): add info descriptions to omnifunc items 2026-02-25 20:34:56 -05:00
config.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
diff.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
health.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
init.lua feat(parse): flexible time parsing for @ suffix 2026-02-25 20:34:51 -05:00
parse.lua feat(parse): flexible time parsing for @ suffix 2026-02-25 20:34:51 -05:00
recur.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
store.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00
views.lua feat: time-aware due dates, persistent undo, @return audit 2026-02-25 20:08:18 -05:00