chore(wezterm): disabled ligatures
This commit is contained in:
@@ -5,6 +5,9 @@ local config = wezterm.config_builder()
|
|||||||
--Font config
|
--Font config
|
||||||
config.font_size = 16
|
config.font_size = 16
|
||||||
|
|
||||||
|
--Disable ligatures
|
||||||
|
config.harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }
|
||||||
|
|
||||||
--Color scheme
|
--Color scheme
|
||||||
config.color_scheme = 'Gruvbox dark, hard (base16)'
|
config.color_scheme = 'Gruvbox dark, hard (base16)'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user