New font for linux

This commit is contained in:
2024-04-10 20:33:23 +02:00
parent d248b8866f
commit e0d85e7cbd
2 changed files with 13 additions and 2 deletions

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 = 'Hack Nerd Font:h11'
opt.guifont = 'Iosevka NFM:h11'
else
-- opt.guifont = 'Hack Nerd Font:h10'
-- opt.guifont = 'JetBrainsMono Nerd Font:h10'