From f9d9bbd25876400f7a5925ca9f7cde2b6b43f8d4 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 1 Jul 2022 20:55:03 +0200 Subject: [PATCH] disable bold and italic --- lua/setup/gruvbox.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/setup/gruvbox.lua b/lua/setup/gruvbox.lua index 27301ab..b3cb624 100644 --- a/lua/setup/gruvbox.lua +++ b/lua/setup/gruvbox.lua @@ -1,8 +1,8 @@ require('gruvbox').setup({ undercurl = true, underline = true, - bold = true, - italic = true, -- will make italic comments and special strings + bold = false, + italic = false, -- will make italic comments and special strings inverse = true, -- invert background for search, diffs, statuslines and errors invert_selection = false, invert_signs = false,