Set font size

This commit is contained in:
Kasper Juul Hermansen 2022-10-10 17:29:57 +02:00
parent c057d8c0ab
commit 566bca252c
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -12,7 +12,7 @@ vim.opt.confirm = true -- confirm to save changes before exiting modified buffer
vim.opt.cursorline = true -- Enable highlighting of the current line
vim.opt.expandtab = true -- Use spaces instead of tabs
vim.opt.guifont = "FiraCode Nerd Font:h12"
vim.opt.guifont = "FiraCode Nerd Font:h10"
vim.opt.grepprg = "rg --vimgrep"
vim.opt.grepformat = "%f:%l:%c:%m"
vim.opt.hidden = true -- Enable modified buffers in background