feat(font): use block glyphs and tweak char height
This commit is contained in:
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user