Update font

This commit is contained in:
Alex Yatskov 2024-04-13 20:56:09 -07:00
parent c7572aa2e8
commit 966b30dc52

View File

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