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" },
},
underlines = {
errors = { "underline" },
hints = { "underline" },
warnings = { "underline" },
information = { "underline" },
errors = { "undercurl" },
hints = { "undercurl" },
warnings = { "undercurl" },
information = { "undercurl" },
},
},
cmp = true,

View file

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