commit
1b86fe7f55
1 changed files with 25 additions and 21 deletions
10
doc/cp.txt
10
doc/cp.txt
|
|
@ -66,8 +66,11 @@ CONFIGURATION *cp-config*
|
|||
|
||||
cp.nvim works out of the box. No setup required.
|
||||
|
||||
Optional configuration: >
|
||||
require('cp').setup({
|
||||
Optional configuration with lazy.nvim: >
|
||||
{
|
||||
'barrett-ruth/cp.nvim',
|
||||
cmd = 'CP',
|
||||
opts = {
|
||||
debug = false,
|
||||
contests = {
|
||||
default = {
|
||||
|
|
@ -86,7 +89,8 @@ Optional configuration: >
|
|||
end,
|
||||
filename = function(contest, problem_id, problem_letter)
|
||||
end,
|
||||
})
|
||||
}
|
||||
}
|
||||
<
|
||||
|
||||
Configuration options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue