format build lua file

This commit is contained in:
Oliver Hartmann 2024-06-13 23:47:01 +02:00
parent c5d0d9b6ad
commit 02fe760d39

View File

@ -7,7 +7,11 @@ return {
cwd = 'build_nvim', cwd = 'build_nvim',
-- components = {"on_output_parse", problem_matcher = "$gcc"} -- components = {"on_output_parse", problem_matcher = "$gcc"}
-- components = {'on_output_quickfix', set_diagnostics = true, open = true} -- 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' }, components = {
{ 'on_output_quickfix', open = true, open_on_match = true },
{ 'on_output_parse', problem_matcher = '$gcc' },
'default',
},
} }
end, end,
condition = { condition = {