From f305204ff208c21da83b6c11706ab323581c9342 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 25 Jan 2023 23:07:25 +0200 Subject: Removed ligatures --- .config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/wezterm') diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 8b42baf..544b04f 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -21,7 +21,7 @@ return { --intensity = 'Normal', weight = 'Medium', italic = false, - --harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }, + harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }, }, { family = 'Hack Nerd Font', weight = 'Medium' }, { -- cgit v1.2.3