Update font
This commit is contained in:
parent
c7572aa2e8
commit
966b30dc52
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user