1
0
Fork 0

nvim: neovide font size on macos

This commit is contained in:
Von Random 2026-03-16 13:08:54 +02:00
parent 34c447afbc
commit 5b69463310

View file

@ -26,5 +26,5 @@ vim.o.iminsert = 0
vim.o.imsearch = 0 vim.o.imsearch = 0
local fsize = '11' local fsize = '11'
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end if vim.loop.os_uname().sysname == 'Darwin' then fsize = '15' end
vim.o.guifont = 'Maple Mono NL NF:h' .. fsize vim.o.guifont = 'Maple Mono NL NF:h' .. fsize