try components

This commit is contained in:
Oliver Hartmann 2022-11-30 21:56:30 +01:00
parent e93e47bd69
commit 8f26b25bef

View File

@ -7,6 +7,11 @@ return {
args = { '--build', '.',
'--', '-j8' },
cwd = 'build_nvim',
-- components = {"on_output_parse", problem_matcher = "$gcc"}
-- components = {'on_output_quickfix', set_diagnostics = true, open = true}
components = { { "on_output_quickfix", open = true, open_on_match = true },
{ 'on_output_parse', problem_matcher = '$gcc' },
'default' },
}
end,
condition = {