Update gruvbox italic settings for new version

This commit is contained in:
Tyler Hallada 2023-12-01 15:26:00 -05:00
parent 5482a3771b
commit 9718a12736

View File

@ -2,7 +2,12 @@ require("gruvbox").setup({
undercurl = true, undercurl = true,
underline = true, underline = true,
bold = true, bold = true,
italic = true, -- will make italic comments and special strings italic = {
strings = true,
comments = true,
operators = false,
folds = true,
},
strikethrough = true, strikethrough = true,
invert_selection = false, invert_selection = false,
invert_signs = false, invert_signs = false,