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: >