Update font for Windows

This commit is contained in:
Alex Yatskov 2024-03-06 09:52:33 -08:00
parent 04b2cd3681
commit 288e8803b3

View File

@ -5,7 +5,7 @@ local font
if vim.fn.has('unix') == 1 then
font = 'Terminus:h12'
elseif vim.fn.has('win32') == 1 then
font = 'Lucida Console:h8'
font = 'Cascadia Mono:h10'
end
if font then