added some fonts
This commit is contained in:
parent
284000e988
commit
dd7fe850d8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user