aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 58c207d..88bbdcc 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,12 @@ require("gruvbox").setup({
undercurl = true,
underline = true,
bold = true,
- italic = true,
+ italic = {
+ strings = true,
+ comments = true,
+ operators = false,
+ folds = true,
+ },
strikethrough = true,
invert_selection = false,
invert_signs = false,