Update font size
This commit is contained in:
parent
8233d5a05c
commit
268740c59d
@ -12,7 +12,7 @@ if vim.g.neovide then
|
|||||||
if vim.fn.has('win32') == 1 then
|
if vim.fn.has('win32') == 1 then
|
||||||
vim.o.guifont = 'Cascadia Mono:h14'
|
vim.o.guifont = 'Cascadia Mono:h14'
|
||||||
elseif vim.fn.has('unix') == 1 then
|
elseif vim.fn.has('unix') == 1 then
|
||||||
vim.o.guifont = 'Monospace:h14'
|
vim.o.guifont = 'Monospace:h12'
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
if vim.fn.has(':GuiPopupmenu') then
|
if vim.fn.has(':GuiPopupmenu') then
|
||||||
|
Loading…
Reference in New Issue
Block a user