neovide, kitty, wezterm: fonts
This commit is contained in:
parent
c4a9f03b1a
commit
c7e554df32
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue