summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index c58f393..2bff77b 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,12 @@ require("no-clown-fiesta").setup({
styles = {
-- You can set any of the style values specified for `:h nvim_set_hl`
comments = {},
- keywords = {},
functions = {},
- variables = {},
- type = { bold = true },
+ keywords = {},
lsp = { underline = true }
+ match_paren = {},
+ type = { bold = true },
+ variables = {},
},
})
```