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