fix(ci): file import paths after refacotr
This commit is contained in:
parent
e1b91ffffe
commit
a40a53fafa
2 changed files with 4 additions and 4 deletions
|
|
@ -28,11 +28,11 @@ cp.nvim follows a simple principle: **solve locally, submit remotely**.
|
|||
|
||||
### Basic Usage
|
||||
|
||||
1. **Find a problem** on the judge website
|
||||
2. **Set up locally** with `:CP <platform> <contest> <problem>`
|
||||
1. **Find a contest or problem** on the judge website
|
||||
2. **Set up locally** with `:CP <platform> <contest> [<problem>]`
|
||||
|
||||
```
|
||||
:CP codeforces 1848 A
|
||||
:CP codeforces 1848
|
||||
```
|
||||
|
||||
3. **Code and test** with instant feedback and rich diffs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue