feat(commands): add :CP <platform> signup subcommand #337

Merged
barrettruth merged 2 commits from feat/platform-signup into main 2026-03-06 21:14:33 +00:00
barrettruth commented 2026-03-06 21:11:22 +00:00

Problem

No quick way to reach a platform's registration page from within Neovim.

Solution

Add signup as a platform subcommand that calls vim.ui.open on the
platform's registration URL. URLs live in a new SIGNUP_URLS table in
constants.lua. Works even when the platform is disabled. Tab
completion and vimdoc updated.

## Problem No quick way to reach a platform's registration page from within Neovim. ## Solution Add `signup` as a platform subcommand that calls `vim.ui.open` on the platform's registration URL. URLs live in a new `SIGNUP_URLS` table in `constants.lua`. Works even when the platform is disabled. Tab completion and vimdoc updated.
Sign in to join this conversation.
No description provided.