From 2c0e808c8c62c683b869a817c91be25b0aaf5644 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 4 Oct 2025 17:48:35 -0400 Subject: [PATCH] update dcos --- doc/cp.nvim.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/cp.nvim.txt b/doc/cp.nvim.txt index f99d49f..adc5670 100644 --- a/doc/cp.nvim.txt +++ b/doc/cp.nvim.txt @@ -168,11 +168,19 @@ is required: } } -Any language is supported, provided the proper configuration. For example, to +Any language is supported provided the proper configuration. For example, to run CSES problems with Rust: { - + platforms = { + codeforces = { + rust = { + compile = { 'rustc', '{source}', '-o', '{binary}' }, + test = { 'binary' }, + extension = 'rs' + } + } + } } *cp.Config* @@ -182,8 +190,6 @@ run CSES problems with Rust: {snippets} (table[]) LuaSnip snippet definitions. {debug} (boolean, default: false) Show info messages during operation. - {scrapers} (table) List of enabled scrapers. - Default: all scrapers enabled {run_panel} (|RunPanelConfig|) Test panel behavior configuration. {diff} (|DiffConfig|) Diff backend configuration. {picker} (string, optional) Picker integration: "telescope",