feat(ansi): better logging and option to disab;e

This commit is contained in:
Barrett Ruth 2025-09-20 14:37:51 -04:00
parent bd81743274
commit f60f6dd5bb
8 changed files with 159 additions and 10 deletions

View file

@ -537,8 +537,10 @@ local function toggle_run_panel(is_debug)
refresh_run_panel()
vim.schedule(function()
local ansi = require('cp.ansi')
ansi.setup_highlight_groups()
if config.run_panel.ansi then
local ansi = require('cp.ansi')
ansi.setup_highlight_groups()
end
if current_diff_layout then
update_diff_panes()
end