Remove redundant fallback fonts
This commit is contained in:
parent
d7c43ebf4c
commit
e8b2978247
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -12,7 +12,7 @@ local opt = vim.opt
|
||||||
local workman = false
|
local workman = false
|
||||||
|
|
||||||
-- Set font
|
-- 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_floating_z_height = 1
|
||||||
g.neovide_confirm_quit = true -- Confirm closing neovide window when changes are unsaved
|
g.neovide_confirm_quit = true -- Confirm closing neovide window when changes are unsaved
|
||||||
g.neovide_cursor_smooth_blink = true
|
g.neovide_cursor_smooth_blink = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue