feat(test_panel): integrate scraped data

This commit is contained in:
Barrett Ruth 2025-09-19 20:41:19 -04:00
parent fe25b00537
commit 793063a68e
11 changed files with 160 additions and 40 deletions

View file

@ -100,7 +100,6 @@ Here's an example configuration with lazy.nvim: >
extension = "py",
},
default_language = "cpp",
timeout_ms = 2000,
},
},
hooks = {
@ -156,8 +155,6 @@ Here's an example configuration with lazy.nvim: >
• {python} (`LanguageConfig`) Python language configuration.
• {default_language} (`string`, default: `"cpp"`) Default language when
`--lang` not specified.
• {timeout_ms} (`number`, default: `2000`) Execution timeout in
milliseconds.
*cp.LanguageConfig*