From 566bca252c47cf73debd36b765d102c7410c4688 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Mon, 10 Oct 2022 17:29:57 +0200 Subject: [PATCH] Set font size --- lua/config/options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/options.lua b/lua/config/options.lua index f2acef8..d31072c 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -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