Set font size

This commit is contained in:
2022-10-10 17:29:57 +02:00
parent c057d8c0ab
commit 566bca252c

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.cursorline = true -- Enable highlighting of the current line
vim.opt.expandtab = true -- Use spaces instead of tabs 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.grepprg = "rg --vimgrep"
vim.opt.grepformat = "%f:%l:%c:%m" vim.opt.grepformat = "%f:%l:%c:%m"
vim.opt.hidden = true -- Enable modified buffers in background vim.opt.hidden = true -- Enable modified buffers in background