fix: enhance error handling

This commit is contained in:
Barrett Ruth 2025-09-17 23:09:56 -04:00
parent ff3be54b7f
commit 27bae07035
4 changed files with 123 additions and 45 deletions

View file

@ -80,6 +80,11 @@ Optional configuration with lazy.nvim: >
cmd = 'CP',
opts = {
debug = false,
scrapers = {
atcoder = true,
codeforces = false, -- disable codeforces scraping
cses = true,
},
contests = {
codeforces = {
cpp = {
@ -132,6 +137,8 @@ Optional configuration with lazy.nvim: >
• {snippets} (`table[]`) LuaSnip snippet definitions.
• {debug} (`boolean`, default: `false`) Show info messages
during operation.
• {scrapers} (`table<string,boolean>`) Per-platform scraper control.
Default enables all platforms.
• {tile}? (`function`) Custom window arrangement function.
`function(source_buf, input_buf, output_buf)`
• {filename}? (`function`) Custom filename generation function.