From 531784778a19521602a6ef82c1262a5ad2b1481e Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 19 Sep 2025 00:21:57 -0400 Subject: [PATCH] fix(doc): alignment --- doc/cp.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/cp.txt b/doc/cp.txt index 61d9a65..ef6da7d 100644 --- a/doc/cp.txt +++ b/doc/cp.txt @@ -289,7 +289,7 @@ The test panel uses a three-pane layout for easy comparison: > < Keymaps ~ - *cp-test-keys* + *cp-test-keys* j / Navigate to next test case k / Navigate to previous test case 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 panel opens. -FILE STRUCTURE *cp-files* +FILE STRUCTURE *cp-files* 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 maintains proper file associations. -SNIPPETS *cp-snippets* +SNIPPETS *cp-snippets* cp.nvim integrates with LuaSnip for automatic template expansion. Built-in 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. -HEALTH CHECK *cp-health* +HEALTH CHECK *cp-health* Run |:checkhealth| cp to verify your setup.