format build lua file
This commit is contained in:
parent
c5d0d9b6ad
commit
02fe760d39
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user