1
0
Fork 0

fix: update font

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2022-10-14 23:43:53 -04:00
parent 06ce2ef308
commit c7f06063f4
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -1,4 +1,6 @@
vim.opt.guifont = { "Source Code Pro", ":h10"}
local fontsize = 10
vim.opt.guifont = { "Roboto Mono Medium", ":h" .. fontsize}
vim.g.neovide_hide_mouse_when_typing = true