From 9e8d143b24fa6c53a4f56e226fd435a39eb20297 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 23 Mar 2023 22:27:22 +0100 Subject: [PATCH] no italic strings --- lua/plugins/gruvbox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/gruvbox.lua b/lua/plugins/gruvbox.lua index d04534a..df3481a 100644 --- a/lua/plugins/gruvbox.lua +++ b/lua/plugins/gruvbox.lua @@ -30,7 +30,7 @@ return { underline = true, bold = false, italic = { - strings = true, + strings = false, comments = true, operators = false, folds = true,