fix(wezterm): enable undercurl

This commit is contained in:
winston 2023-02-19 02:07:03 +01:00
parent 833c01f91d
commit 570a5fafc0
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 5 additions and 4 deletions

View file

@ -26,10 +26,10 @@ catppuccin.setup({
information = { "italic" }, information = { "italic" },
}, },
underlines = { underlines = {
errors = { "underline" }, errors = { "undercurl" },
hints = { "underline" }, hints = { "undercurl" },
warnings = { "underline" }, warnings = { "undercurl" },
information = { "underline" }, information = { "undercurl" },
}, },
}, },
cmp = true, cmp = true,

View file

@ -13,6 +13,7 @@ return {
-- keys -- keys
disable_default_key_bindings = true, disable_default_key_bindings = true,
leader = { key = "s", mods = "CTRL", timeout_milliseconds = 5000 }, leader = { key = "s", mods = "CTRL", timeout_milliseconds = 5000 },
term = "wezterm",
keys = shortcuts, keys = shortcuts,
-- font -- font
font = font.font, font = font.font,