master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 02fe760d39 - Show all commits

View File

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