cp.nvim/lua/cp
Barrett Ruth 645417f86b
feat(picker): open contest picker directly from :CP <platform>
Problem: `:CP codechef` (platform with no contest) returned a "too few
arguments" error, forcing users to type `:CP pick` separately.

Solution: When a platform name is given with no contest, parse it as a
`pick` action with the platform pre-selected, skipping the platform
selection step in the picker UI.
2026-03-06 23:02:40 -05:00
..
commands feat(picker): open contest picker directly from :CP <platform> 2026-03-06 23:02:40 -05:00
pickers feat(picker): open contest picker directly from :CP <platform> 2026-03-06 23:02:40 -05:00
runner docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
ui docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
cache.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
config.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
constants.lua fix: expand language IDs, fix AtCoder submit, normalize logging (#353) 2026-03-06 21:35:13 -05:00
credentials.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
health.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
helpers.lua feat(ui): auto-hide source buffer on close 2025-10-24 14:47:12 -04:00
init.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
log.lua fix(submit): use file path over stdin; fix CF CodeMirror textarea (#305) 2026-03-05 14:34:14 -05:00
race.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
restore.lua fix(submit): use file path over stdin; fix CF CodeMirror textarea (#305) 2026-03-05 14:34:14 -05:00
scraper.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
setup.lua refactor: remove open_url config option in favour of :CP open (#322) 2026-03-05 22:55:43 -05:00
state.lua refactor(run): remove I/O view test navigation keymaps 2026-03-04 00:26:22 -05:00
stress.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
submit.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
utils.lua docs(lua): add LuaCATS type annotations across core modules 2026-03-06 23:02:31 -05:00
version.lua fix: refactor 2025-09-21 11:19:00 -04:00