From 1b3b18d53bb0b6f97864c5a21fe5c3955147f7f0 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Mon, 23 Jan 2023 23:42:01 +0100 Subject: [PATCH] fix(options): don't set GUI font. Fixes #113 --- lua/lazyvim/config/options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazyvim/config/options.lua b/lua/lazyvim/config/options.lua index 65aa9a26..f2f4e05c 100644 --- a/lua/lazyvim/config/options.lua +++ b/lua/lazyvim/config/options.lua @@ -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