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,