update docs

This commit is contained in:
Barrett Ruth 2025-09-12 23:24:03 -05:00
parent e9f1b06843
commit fac32461c4

View file

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