nvim: neovide font size on macos
This commit is contained in:
parent
34c447afbc
commit
5b69463310
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue