cp.nvim/plugin
Barrett Ruth 9727dccc6f
feat(commands): add tab completion for :CP open (#338)
## Problem

`:CP open` accepts `problem`, `contest`, and `standings` but offered no
tab completion for them.

## Solution

Add an `args[2] == 'open'` branch in the `plugin/cp.lua` completer
returning the three valid subcommands.
2026-03-06 16:14:58 -05:00
..
cp.lua feat(commands): add tab completion for :CP open (#338) 2026-03-06 16:14:58 -05:00