fix alginment
This commit is contained in:
parent
7b09d402a0
commit
b5757cc19e
2 changed files with 19 additions and 3 deletions
|
|
@ -141,7 +141,7 @@ their round id rather than round number. See below.
|
|||
PLATFORM-SPECIFIC USAGE *cp-platforms*
|
||||
|
||||
AtCoder ~
|
||||
*cp-atcoder*
|
||||
*cp-atcoder*
|
||||
URL format: https://atcoder.jp/contests/abc123/tasks/abc123_a
|
||||
|
||||
In terms of cp.nvim, this corresponds to:
|
||||
|
|
@ -155,7 +155,7 @@ Usage examples: >
|
|||
:CP abc123 a " Then set up problem (if contest mode is set)
|
||||
<
|
||||
Codeforces ~
|
||||
*cp-codeforces*
|
||||
*cp-codeforces*
|
||||
URL format: https://codeforces.com/contest/1234/problem/A
|
||||
|
||||
In terms of cp.nvim, this corresponds to:
|
||||
|
|
@ -169,7 +169,7 @@ Usage examples: >
|
|||
:CP 1234 a " Then set up problem (if contest mode is set)
|
||||
<
|
||||
CSES ~
|
||||
*cp-cses*
|
||||
*cp-cses*
|
||||
URL format: https://cses.fi/problemset/task/1068
|
||||
|
||||
In terms of cp.nvim, this corresponds to:
|
||||
|
|
|
|||
16
doc/tags
Normal file
16
doc/tags
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
:CP cp.txt /*:CP*
|
||||
cp cp.txt /*cp*
|
||||
cp-atcoder cp.txt /*cp-atcoder*
|
||||
cp-codeforces cp.txt /*cp-codeforces*
|
||||
cp-commands cp.txt /*cp-commands*
|
||||
cp-config cp.txt /*cp-config*
|
||||
cp-cses cp.txt /*cp-cses*
|
||||
cp-example cp.txt /*cp-example*
|
||||
cp-files cp.txt /*cp-files*
|
||||
cp-health cp.txt /*cp-health*
|
||||
cp-platforms cp.txt /*cp-platforms*
|
||||
cp-requirements cp.txt /*cp-requirements*
|
||||
cp-snippets cp.txt /*cp-snippets*
|
||||
cp-workflow cp.txt /*cp-workflow*
|
||||
cp.nvim cp.txt /*cp.nvim*
|
||||
cp.txt cp.txt /*cp.txt*
|
||||
Loading…
Add table
Add a link
Reference in a new issue