fixed gruvbox config

This commit is contained in:
Oliver Hartmann 2023-03-23 22:25:26 +01:00
parent ebefdb64ff
commit 3324cb1fff

View File

@ -29,7 +29,12 @@ return {
undercurl = true, undercurl = true,
underline = true, underline = true,
bold = false, bold = false,
italic = true, 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,