master #1

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

View File

@@ -10,9 +10,10 @@ return {
args = { file, '-p', 'build_nvim', '--quiet', '--config-file', dir .. '/.clang-tidy' },
cwd = dir,
components = {
{ 'on_result_diagnostics_quickfix', open = true },
{ 'on_result_diagnostics_quickfix', open = false},
{ 'on_output_parse', problem_matcher = '$gcc' },
{ 'on_result_diagnostics' },
{ 'on_result_diagnostics', remove_on_restart = true },
{ 'restart_on_save'},
'default' },
}
end,