docs: update with open_url option

This commit is contained in:
Barrett Ruth 2025-10-12 16:20:14 -04:00
parent c0e175d84b
commit 600a578a17

View file

@ -142,6 +142,7 @@ Here's an example configuration with lazy.nvim:
default_language = 'cpp', default_language = 'cpp',
}, },
}, },
open_url = true,
debug = false, debug = false,
ui = { ui = {
run_panel = { run_panel = {
@ -210,6 +211,7 @@ run CSES problems with Rust using the single schema:
Should return full filename with extension. Should return full filename with extension.
(default: concatenates contest_id and problem_id, lowercased) (default: concatenates contest_id and problem_id, lowercased)
{ui} (|CpUI|) UI settings: run panel, diff backend, picker. {ui} (|CpUI|) UI settings: run panel, diff backend, picker.
{open_url} (boolean) Open the contest url in the browser.
*CpPlatform* *CpPlatform*
Fields: ~ Fields: ~