nvim: lualine, gui tweaks
This commit is contained in:
parent
e8c4b685a1
commit
0710614c8e
2 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue