cp.nvim/lua/cp
Barrett Ruth f6b27b9089
refactor(run): remove I/O view test navigation keymaps
Problem: <c-n>/<c-p> in the I/O view buffers required the cursor
to leave the source file to work, re-ran the solution on each
press, and gave no indication of which test was active. The
workflow is better served by :CP run <n> for a specific test or
:CP panel for full inspection.

Solution: remove navigate_test, next_test_key/prev_test_key config
options, and the associated current_test_index state field.
2026-03-04 00:23:52 -05:00
..
commands refactor: replace :CP login with :CP credentials subcommand 2026-03-03 16:46:07 -05:00
pickers feat(io): cleanup view 2025-11-06 01:31:50 -05:00
runner refactor: rename epsilon to precision in runner 2026-03-03 15:09:41 -05:00
ui refactor(run): remove I/O view test navigation keymaps 2026-03-04 00:23:52 -05:00
cache.lua refactor: replace :CP login with :CP credentials subcommand 2026-03-03 16:46:07 -05:00
config.lua refactor(run): remove I/O view test navigation keymaps 2026-03-04 00:23:52 -05:00
constants.lua refactor: replace :CP login with :CP credentials subcommand 2026-03-03 16:46:07 -05:00
credentials.lua ci: format 2026-03-03 16:46:07 -05:00
health.lua fix: replace deprecated vim.loop with vim.uv 2026-02-26 22:45:07 -05:00
helpers.lua feat(ui): auto-hide source buffer on close 2025-10-24 14:47:12 -04:00
init.lua fix: surface runtime check failures as clean notifications 2026-02-18 17:25:50 -05:00
log.lua fix(cache): contest override 2025-10-04 12:48:57 -04:00
race.lua fix: resolve lua typecheck warnings in race and scraper 2026-03-03 15:09:41 -05:00
restore.lua fix: don't always open new window 2025-10-12 20:31:11 -04:00
scraper.lua fix(scraper): coerce vim.NIL precision to nil before cache write 2026-03-04 00:23:35 -05:00
setup.lua feat(scraper): add precision extraction, start_time, and submit support 2026-03-03 15:09:41 -05:00
state.lua refactor(run): remove I/O view test navigation keymaps 2026-03-04 00:23:52 -05:00
stress.lua feat(stress): add stress test loop 2026-03-03 15:09:41 -05:00
submit.lua refactor(submit): consolidate credentials into main cache file 2026-03-03 16:24:12 -05:00
utils.lua fix(utils): skip uv python setup on NixOS 2026-03-03 00:46:59 -05:00
version.lua fix: refactor 2025-09-21 11:19:00 -04:00