update docs
This commit is contained in:
parent
e9f1b06843
commit
fac32461c4
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ example, with lazy.nvim (https://github.com/folke/lazy.nvim):
|
||||||
local s = ls.snippet
|
local s = ls.snippet
|
||||||
|
|
||||||
require('cp').setup({
|
require('cp').setup({
|
||||||
|
debug = false,
|
||||||
contests = {
|
contests = {
|
||||||
default = {
|
default = {
|
||||||
cpp_version = 20,
|
cpp_version = 20,
|
||||||
|
|
@ -102,6 +103,9 @@ hooks Functions called at specific events
|
||||||
before_run Called before :CP run
|
before_run Called before :CP run
|
||||||
before_debug Called before :CP debug
|
before_debug Called before :CP debug
|
||||||
|
|
||||||
|
debug Show info messages during operation
|
||||||
|
(default: false, silent operation)
|
||||||
|
|
||||||
WORKFLOW *cp-workflow*
|
WORKFLOW *cp-workflow*
|
||||||
|
|
||||||
1. Set up contest environment: >
|
1. Set up contest environment: >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue