refactor: remove open_url config option in favour of :CP open
This commit is contained in:
parent
401afb205e
commit
6650e5872c
3 changed files with 0 additions and 14 deletions
|
|
@ -113,7 +113,6 @@ Configuration is done via `vim.g.cp`. Set this before using the plugin:
|
|||
default_language = 'cpp',
|
||||
},
|
||||
},
|
||||
open_url = true,
|
||||
debug = false,
|
||||
ui = {
|
||||
ansi = true,
|
||||
|
|
@ -186,8 +185,6 @@ run CSES problems with Rust using the single schema:
|
|||
Should return full filename with extension.
|
||||
(default: concatenates contest_id and problem_id, lowercased)
|
||||
{ui} (|CpUI|) UI settings: panel, diff backend, picker.
|
||||
{open_url} (boolean) Open the contest & problem url in the browser
|
||||
when a new contest is opened or the active problem changes.
|
||||
|
||||
*CpPlatform*
|
||||
Fields: ~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue