diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-29 23:24:03 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-29 23:24:03 +0100 |
commit | e8f3c10720d633633fb766b370582eebae8d20f5 (patch) | |
tree | 08821cf9da7f89fc5bc55832de85f14807d8057c /README.md | |
parent | baa0328d4665881fbf9dbba07cd8659b1aa431dc (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -28,9 +28,9 @@ require("no-clown-fiesta").setup({ comments = {}, functions = {}, keywords = {}, - lsp = { underline = true }, + lsp = {}, match_paren = {}, - type = { bold = true }, + type = {}, variables = {}, }, }) |