From c43526ac374fb19c199a7a350675fc5d11527ada Mon Sep 17 00:00:00 2001 From: John Costa Date: Sun, 1 Jun 2025 20:48:08 +0100 Subject: [PATCH] test --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index 8295d3a..bc3ac02 100644 --- a/main.go +++ b/main.go @@ -127,7 +127,6 @@ func initialModel(renderer *lipgloss.Renderer, w int, h int) model { glamourRenderWidth := w - vp.Style.GetHorizontalFrameSize() - glamourGutter termRenderer, err := glamour.NewTermRenderer( - glamour.WithAutoStyle(), glamour.WithWordWrap(glamourRenderWidth), glamour.WithColorProfile(termenv.ANSI256), )