1
0
Fork 0

neovide, kitty, wezterm: fonts

This commit is contained in:
Von Random 2024-05-06 14:35:38 +03:00
parent c4a9f03b1a
commit c7e554df32
3 changed files with 6 additions and 6 deletions

View file

@ -25,6 +25,6 @@ vim.o.keymap = 'russian-jcukenwintype'
vim.o.iminsert = 0
vim.o.imsearch = 0
local fsize = '13'
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '16' end
vim.o.guifont = 'Fantasque Sans Mono:h' .. fsize
local fsize = '11'
if vim.loop.os_uname().sysname == 'Darwin' then fsize = '14' end
vim.o.guifont = 'Cascadia Mono NF:h' .. fsize