[wezterm] disabled ligatures
This commit is contained in:
parent
5144c74839
commit
a7f463f110
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ local config = wezterm.config_builder()
|
|||
--Font config
|
||||
config.font_size = 16
|
||||
|
||||
--Disable ligatures
|
||||
config.harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }
|
||||
|
||||
--Color scheme
|
||||
config.color_scheme = 'Gruvbox dark, hard (base16)'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue