Changed font to Hack Nerd font

This commit is contained in:
Oliver Hartmann 2024-02-13 23:48:14 +01:00
parent 75b5dc1963
commit 563f74965d

View File

@ -49,7 +49,7 @@ if vim.fn.has('wsl') == 1 then
-- opt.guifont = 'Hack Nerd Font Mono:h10'
opt.guifont = 'RobotoMono Nerd Font:h10'
elseif vim.loop.os_uname().sysname == 'Linux' then
opt.guifont = 'JetBrainsMono Nerd Font Mono:h7'
opt.guifont = 'Hack Nerd Font:h11'
else
-- opt.guifont = 'Hack Nerd Font:h10'
-- opt.guifont = 'JetBrainsMono Nerd Font:h10'