fix(options): don't set GUI font. Fixes #113
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user