added some fonts

This commit is contained in:
Oliver Hartmann 2023-08-29 13:35:48 +02:00
parent 284000e988
commit dd7fe850d8

View File

@ -51,7 +51,15 @@ if vim.fn.has('wsl') == 1 then
elseif vim.loop.os_uname().sysname == 'Linux' then
opt.guifont = 'JetBrainsMono Nerd Font Mono:h7'
else
opt.guifont = 'Hack Nerd Font Mono:h10'
-- opt.guifont = 'Hack Nerd Font:h10'
-- opt.guifont = 'JetBrainsMono Nerd Font:h10'
-- opt.guifont = 'FiraCode Nerd Font:h10'
opt.guifont = 'RobotoMono Nerd Font:h10'
-- opt.guifont = 'Cousine Nerd Font Mono:h10'
-- opt.guifont = 'DroidSansM Nerd Font Propo:h10'
-- opt.guifont = 'AnonymicePro Nerd Font:h11'
-- opt.guifont = 'SauceCodePro Nerd Font:h10'
-- opt.guifont = 'Monoid Nerd Font Propo:h10'
end
opt.swapfile = false
opt.backup = false