1
0
Fork 0

nvim, wezterm: vascadia by default

This commit is contained in:
Von Random 2024-12-10 18:59:12 +02:00
parent b06e1b93d4
commit 3d6a77687f
2 changed files with 2 additions and 3 deletions

View file

@ -27,4 +27,4 @@ vim.o.imsearch = 0
local fsize = '11' local fsize = '11'
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end
vim.o.guifont = 'Cascadia Mono PL:h' .. fsize vim.o.guifont = 'Vascadia Mono PL:h' .. fsize

View file

@ -20,8 +20,7 @@ cfg.check_for_updates = false
-- fonts & text -- fonts & text
cfg.cursor_blink_rate = 0 cfg.cursor_blink_rate = 0
cfg.bold_brightens_ansi_colors = false cfg.bold_brightens_ansi_colors = false
cfg.font = wt.font('Cascadia Mono PL') cfg.font = wt.font('Vascadia Mono PL')
cfg.harfbuzz_features = {'ss01', 'ss19', 'ss20'}
cfg.font_size = fn.set_by_os{ cfg.font_size = fn.set_by_os{
Darwin = 14, Darwin = 14,
others = 10 others = 10