From 02fe760d390bac6713327ee4650df1f7e08753dc Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 13 Jun 2024 23:47:01 +0200 Subject: [PATCH] format build lua file --- lua/overseer/template/user/cmake/build.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 = {