Update gruvbox italic settings for new version
This commit is contained in:
parent
5482a3771b
commit
9718a12736
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user