Tweak font size

This commit is contained in:
2023-12-01 15:26:03 -05:00
parent b220cc8ab1
commit d0b94849e2
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ vim.opt.titlestring="%{substitute(getcwd(),$HOME,'~','')} - Neovide"
vim.g.mapleader = ' '
-- Fonts
vim.opt.guifont = 'Berkeley Mono Variable:h10'
vim.opt.guifont = 'Berkeley Mono Variable:h12'
-- Swap / backup / undo
vim.opt.undofile = true