Merge pull request #22 from barrett-ruth/fix/docs

fix doc title alignment
This commit is contained in:
Barrett Ruth 2025-09-13 19:10:26 +02:00 committed by GitHub
commit d0d5ec9bfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 3 deletions

View file

@ -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
View 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*