diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-14 20:27:50 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-03-14 20:27:50 +0100 |
commit | 0cf858e14aa98218c4aec92011bded80e935549b (patch) | |
tree | b25aedbd11a6496801ea8d1a89a5f1df6841fa4e /README.md | |
parent | 667d51fd990d52f7ba80d9f76baa217dd79c6b11 (diff) |
Add option to configure match_paren
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 = {}, }, }) ``` |