fix: prevent warnings for missing glyphs in font rendering

This commit is contained in:
2024-12-11 15:04:58 -05:00
parent a196bd9b5b
commit d599683a8d
+4
View File
@@ -30,10 +30,14 @@ local opts = {
tab_max_width = 60,
tab_bar_at_bottom = false,
-- Unicode Version
unicode_version = 14,
-- Resize by cell
use_resize_increments = true,
-- Ignore any missing glyphs
warn_about_missing_glyphs = false,
}
return opts