fix(doc): alignment
This commit is contained in:
parent
388ecc4495
commit
531784778a
1 changed files with 4 additions and 4 deletions
|
|
@ -289,7 +289,7 @@ The test panel uses a three-pane layout for easy comparison: >
|
||||||
<
|
<
|
||||||
|
|
||||||
Keymaps ~
|
Keymaps ~
|
||||||
*cp-test-keys*
|
*cp-test-keys*
|
||||||
j / <Down> Navigate to next test case
|
j / <Down> Navigate to next test case
|
||||||
k / <Up> Navigate to previous test case
|
k / <Up> Navigate to previous test case
|
||||||
q Exit test panel (restore layout)
|
q Exit test panel (restore layout)
|
||||||
|
|
@ -301,7 +301,7 @@ execution pipeline, but with isolated input/output for
|
||||||
precise failure analysis. All tests are automatically run when the
|
precise failure analysis. All tests are automatically run when the
|
||||||
panel opens.
|
panel opens.
|
||||||
|
|
||||||
FILE STRUCTURE *cp-files*
|
FILE STRUCTURE *cp-files*
|
||||||
|
|
||||||
cp.nvim creates the following file structure upon problem setup:
|
cp.nvim creates the following file structure upon problem setup:
|
||||||
|
|
||||||
|
|
@ -316,7 +316,7 @@ cp.nvim creates the following file structure upon problem setup:
|
||||||
The plugin automatically manages this structure and navigation between problems
|
The plugin automatically manages this structure and navigation between problems
|
||||||
maintains proper file associations.
|
maintains proper file associations.
|
||||||
|
|
||||||
SNIPPETS *cp-snippets*
|
SNIPPETS *cp-snippets*
|
||||||
|
|
||||||
cp.nvim integrates with LuaSnip for automatic template expansion. Built-in
|
cp.nvim integrates with LuaSnip for automatic template expansion. Built-in
|
||||||
snippets include basic C++ and Python templates for each contest type.
|
snippets include basic C++ and Python templates for each contest type.
|
||||||
|
|
@ -326,7 +326,7 @@ CodeForces, "cses" for CSES, etc.).
|
||||||
|
|
||||||
Custom snippets can be added via the `snippets` configuration field.
|
Custom snippets can be added via the `snippets` configuration field.
|
||||||
|
|
||||||
HEALTH CHECK *cp-health*
|
HEALTH CHECK *cp-health*
|
||||||
|
|
||||||
Run |:checkhealth| cp to verify your setup.
|
Run |:checkhealth| cp to verify your setup.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue