master #1

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

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 = {