try components
This commit is contained in:
parent
e93e47bd69
commit
8f26b25bef
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user