Update font size

This commit is contained in:
Alex Yatskov 2024-10-31 21:54:49 -07:00
parent 8233d5a05c
commit 268740c59d

View File

@ -12,7 +12,7 @@ if vim.g.neovide then
if vim.fn.has('win32') == 1 then
vim.o.guifont = 'Cascadia Mono:h14'
elseif vim.fn.has('unix') == 1 then
vim.o.guifont = 'Monospace:h14'
vim.o.guifont = 'Monospace:h12'
end
else
if vim.fn.has(':GuiPopupmenu') then