Set font size
This commit is contained in:
parent
c057d8c0ab
commit
566bca252c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user