Merge pull request #30 from barrett-ruth/fix/cache

vimdocs
This commit is contained in:
Barrett Ruth 2025-09-15 03:42:58 +02:00 committed by GitHub
commit 1b86fe7f55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: