fix(options): don't set GUI font. Fixes #113

This commit is contained in:
Folke Lemaitre
2023-01-23 23:42:01 +01:00
parent 7595bfaa3b
commit 1b3b18d53b

View File

@ -16,7 +16,6 @@ opt.expandtab = true -- Use spaces instead of tabs
opt.formatoptions = "jcroqlnt" -- tcqj
opt.grepformat = "%f:%l:%c:%m"
opt.grepprg = "rg --vimgrep"
opt.guifont = "FiraCode Nerd Font:h11"
opt.hidden = true -- Enable modified buffers in background
opt.ignorecase = true -- Ignore case
opt.inccommand = "nosplit" -- preview incremental substitute