feat(test_panel): integrate scraped data
This commit is contained in:
parent
fe25b00537
commit
793063a68e
11 changed files with 160 additions and 40 deletions
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue