From fac32461c43a6a8e428ec8cfb996804ef841ec13 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 12 Sep 2025 23:24:03 -0500 Subject: [PATCH] update docs --- doc/cp.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/cp.txt b/doc/cp.txt index 0c5a11f..96d613e 100644 --- a/doc/cp.txt +++ b/doc/cp.txt @@ -58,6 +58,7 @@ example, with lazy.nvim (https://github.com/folke/lazy.nvim): local s = ls.snippet require('cp').setup({ + debug = false, contests = { default = { cpp_version = 20, @@ -102,6 +103,9 @@ hooks Functions called at specific events before_run Called before :CP run before_debug Called before :CP debug +debug Show info messages during operation + (default: false, silent operation) + WORKFLOW *cp-workflow* 1. Set up contest environment: >