feat(font): use block glyphs and tweak char height

This commit is contained in:
2025-03-19 21:00:25 -04:00
parent c2f95a6415
commit 13cb45d806
+7 -2
View File
@@ -30,14 +30,19 @@ local opts = {
tab_max_width = 60,
tab_bar_at_bottom = false,
-- Unicode Version
-- Unicode Version
unicode_version = 14,
-- Resize by cell
use_resize_increments = true,
-- Use custom block glyphs
custom_block_glyphs = true,
use_cap_height_to_scale_fallback_fonts = true,
-- Ignore any missing glyphs
warn_about_missing_glyphs = false,
-- warn_about_missing_glyphs = false,
}
return opts