fix: misc fixes to snippets and the state managemnt

This commit is contained in:
Barrett Ruth 2025-09-15 18:50:17 -04:00
parent f53f4bcbe7
commit c16f6576e2
3 changed files with 37 additions and 12 deletions

View file

@ -134,7 +134,7 @@ Optional configuration with lazy.nvim: >
• {filename}? (`function`) Custom filename generation function.
`function(contest, contest_id, problem_id, config, language)`
Should return full filename with extension.
(default: uses problem_id or contest_id)
(default: concats contest_id and problem id)
*cp.ContestConfig*