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