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