diff --git a/config/font.lua b/config/font.lua index 5bf0b37..13a9b93 100644 --- a/config/font.lua +++ b/config/font.lua @@ -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