diff --git a/lua/overseer/template/user/cmake/build.lua b/lua/overseer/template/user/cmake/build.lua index a43b3be..a62f2d6 100644 --- a/lua/overseer/template/user/cmake/build.lua +++ b/lua/overseer/template/user/cmake/build.lua @@ -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 = {