cp.nvim/README.md
2025-10-24 11:15:46 -04:00

1.8 KiB

cp.nvim

The definitive competitive programming environment for Neovim

Scrape problems, run tests, and debug solutions across multiple platforms with zero configuration.

https://github.com/user-attachments/assets/2f01db4a-718a-482b-89c0-e841d37a63b4

Features

  • Multi-platform support: AtCoder, Codeforces, CSES with consistent interface
  • Automatic problem setup: Scrape test cases and metadata in seconds
  • Dual view modes: Lightweight I/O view for quick feedback, full panel for detailed analysis
  • Rich test output: 256 color ANSI support for compiler errors and program output
  • Language agnostic: Works with any language
  • Diff viewer: Compare expected vs actual output with 3 diff modes

Optional Dependencies

Quick Start

cp.nvim follows a simple principle: solve locally, submit remotely.

Basic Usage

  1. Find a contest or problem on the judge website

  2. Set up locally with :CP <platform> <contest>

    :CP codeforces 1848
    
  3. Code and test with instant feedback

    :CP run        " Quick verdict summary in splits
    :CP panel      " Detailed analysis with diffs
    
  4. Navigate between problems

    :CP next
    :CP prev
    :CP e1
    
  5. Submit on the original website

Documentation

:help cp.nvim

See my config for a relatively advanced setup.

Similar Projects