refactor(wezterm): set line height to 1.0

This commit is contained in:
Price Hiller 2023-06-07 02:45:41 -05:00
parent 36d76e6cb8
commit f49b4131cf
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -2,7 +2,7 @@ local wezterm = require("wezterm")
return {
use_cap_height_to_scale_fallback_fonts = true,
line_height = 0.9,
line_height = 1.0,
font = wezterm.font_with_fallback({
{
family = "FiraCodeNerdFont",