Update font

This commit is contained in:
Alex Yatskov 2024-04-13 11:56:10 -07:00
parent 1aacc80e6e
commit c7572aa2e8

View File

@ -3,7 +3,7 @@ vim.cmd.GuiPopupmenu(0)
local font
if vim.fn.has('unix') == 1 then
font = 'Terminus:h12'
font = 'Hack:h10'
elseif vim.fn.has('win32') == 1 then
font = 'Cascadia Mono:h10'
end