1
0
Fork 0

nvim: lualine, gui tweaks

This commit is contained in:
Von Random 2024-02-02 12:46:24 +02:00
parent e8c4b685a1
commit 0710614c8e
2 changed files with 13 additions and 5 deletions

View file

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