fix: update font
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
06ce2ef308
commit
c7f06063f4
1 changed files with 3 additions and 1 deletions
|
@ -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
|
vim.g.neovide_hide_mouse_when_typing = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue