test
This commit is contained in:
1
main.go
1
main.go
@ -127,7 +127,6 @@ func initialModel(renderer *lipgloss.Renderer, w int, h int) model {
|
|||||||
glamourRenderWidth := w - vp.Style.GetHorizontalFrameSize() - glamourGutter
|
glamourRenderWidth := w - vp.Style.GetHorizontalFrameSize() - glamourGutter
|
||||||
|
|
||||||
termRenderer, err := glamour.NewTermRenderer(
|
termRenderer, err := glamour.NewTermRenderer(
|
||||||
glamour.WithAutoStyle(),
|
|
||||||
glamour.WithWordWrap(glamourRenderWidth),
|
glamour.WithWordWrap(glamourRenderWidth),
|
||||||
glamour.WithColorProfile(termenv.ANSI256),
|
glamour.WithColorProfile(termenv.ANSI256),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user