vimdocs
This commit is contained in:
parent
26d2de0de3
commit
e81ea9ef4d
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.
|
cp.nvim works out of the box. No setup required.
|
||||||
|
|
||||||
Optional configuration: >
|
Optional configuration with lazy.nvim: >
|
||||||
require('cp').setup({
|
{
|
||||||
|
'barrett-ruth/cp.nvim',
|
||||||
|
cmd = 'CP',
|
||||||
|
opts = {
|
||||||
debug = false,
|
debug = false,
|
||||||
contests = {
|
contests = {
|
||||||
default = {
|
default = {
|
||||||
|
|
@ -86,7 +89,8 @@ Optional configuration: >
|
||||||
end,
|
end,
|
||||||
filename = function(contest, problem_id, problem_letter)
|
filename = function(contest, problem_id, problem_letter)
|
||||||
end,
|
end,
|
||||||
})
|
}
|
||||||
|
}
|
||||||
<
|
<
|
||||||
|
|
||||||
Configuration options:
|
Configuration options:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue