diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-18 09:08:53 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-09-18 09:08:53 +0200 |
commit | 1685bbb47a409253f9145db56dd83ae117f9c382 (patch) | |
tree | 4c9c2b8886e3aa95673124a4bce9755055741c37 /README.md | |
parent | 2c8f0521ea76564377c8f9b635ba098e9a56f8cb (diff) |
Fix README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ require("no-clown-fiesta").setup({ comments = {}, functions = {}, keywords = {}, - lsp = { underline = true } + lsp = { underline = true }, match_paren = {}, type = { bold = true }, variables = {}, |