diff --git a/config/.wezterm.lua b/config/.wezterm.lua index 067e29a..c58499d 100644 --- a/config/.wezterm.lua +++ b/config/.wezterm.lua @@ -18,4 +18,6 @@ config.font = wezterm.font("JetBrains Mono", { weight = "Medium", }) +config.harfbuzz_features = { "calt=0", "clig=0", "liga=0" } + return config