switched to new nerd font 3

This commit is contained in:
Oliver Hartmann 2023-05-16 22:15:46 +02:00
parent 4665a3b753
commit c72644682d

View File

@ -51,7 +51,7 @@ if vim.fn.has('wsl') == 1 then
elseif vim.loop.os_uname().sysname == 'Linux' then elseif vim.loop.os_uname().sysname == 'Linux' then
opt.guifont = 'JetBrainsMono Nerd Font Mono:h7' opt.guifont = 'JetBrainsMono Nerd Font Mono:h7'
else else
opt.guifont = 'JetBrainsMonoNL NF:h9' -- https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/JetBrainsMono/NoLigatures/Regular/complete/JetBrains%20Mono%20NL%20Regular%20Nerd%20Font%20Complete%20Mono%20Windows%20Compatible.ttf opt.guifont = 'Hack Nerd Font Mono:h10'
end end
opt.swapfile = false opt.swapfile = false
opt.backup = false opt.backup = false