From 1a511ed78257bae492fc5763cbbb27a65aae4d97 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Wed, 22 Mar 2023 00:20:57 -0400 Subject: [PATCH] Update gruvbox italic settings for new version --- lua/plugins/gruvbox.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lua/plugins/gruvbox.lua b/lua/plugins/gruvbox.lua index e0e5d5c..e25d55e 100644 --- a/lua/plugins/gruvbox.lua +++ b/lua/plugins/gruvbox.lua @@ -2,7 +2,12 @@ require("gruvbox").setup({ undercurl = true, underline = true, bold = true, - italic = true, -- will make italic comments and special strings + italic = { + strings = true, + comments = true, + operators = false, + folds = true, + }, strikethrough = true, invert_selection = false, invert_signs = false,