mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
fix: use lipgloss std defaults
This commit is contained in:
parent
bb6a1e5561
commit
3104f60786
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -15,6 +15,7 @@ import (
|
|||
"github.com/charmbracelet/glamour"
|
||||
"github.com/charmbracelet/glow/ui"
|
||||
"github.com/charmbracelet/glow/utils"
|
||||
_ "github.com/charmbracelet/lipgloss/defaults" // Use std input defaults for lipgloss
|
||||
"github.com/meowgorithm/babyenv"
|
||||
gap "github.com/muesli/go-app-paths"
|
||||
"github.com/spf13/cobra"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue