Update gruvbox italic settings for new version

This commit is contained in:
Tyler Hallada 2023-03-22 00:20:57 -04:00
parent df77dc00b1
commit 1a511ed782

View File

@ -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,