Remove redundant fallback fonts

This commit is contained in:
Amanda Graven 2026-03-16 10:07:22 +01:00
parent d7c43ebf4c
commit e8b2978247

View file

@ -12,7 +12,7 @@ local opt = vim.opt
local workman = false
-- Set font
o.guifont = 'IosevkaTermSlab Nerd Font,IosevkaTerm Nerd Font,Iosevka Term Slab,Iosevka:h10:#e-subpixelantialias'
o.guifont = 'IosevkaTermSlab Nerd Font:h11:#e-subpixelantialias'
g.neovide_floating_z_height = 1
g.neovide_confirm_quit = true -- Confirm closing neovide window when changes are unsaved
g.neovide_cursor_smooth_blink = true