fix(ci): validate config after merge
This commit is contained in:
parent
97c7161c2e
commit
b5b37074fb
4 changed files with 61 additions and 66 deletions
|
|
@ -104,7 +104,7 @@ Here's an example configuration with lazy.nvim: >
|
|||
},
|
||||
},
|
||||
hooks = {
|
||||
before_test = function(ctx) vim.cmd.w() end,
|
||||
before_run = function(ctx) vim.cmd.w() end,
|
||||
before_debug = function(ctx) ... end,
|
||||
setup_code = function(ctx)
|
||||
vim.wo.foldmethod = "marker"
|
||||
|
|
@ -186,7 +186,7 @@ Here's an example configuration with lazy.nvim: >
|
|||
*cp.Hooks*
|
||||
|
||||
Fields: ~
|
||||
• {before_test}? (`function`) Called before test panel opens.
|
||||
• {before_run}? (`function`) Called before test panel opens.
|
||||
`function(ctx: ProblemContext)`
|
||||
• {before_debug}? (`function`) Called before debug compilation.
|
||||
`function(ctx: ProblemContext)`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue