Skip to content

Commit

Permalink
docs: fix empty highlight group example
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Jun 18, 2023
1 parent 8133c24 commit 112bc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ or, if you'd like to disable certain highlight groups:
```lua
require("onedarkpro").setup({
highlights = {
"[@lsp.type.comment]" = {}
["@lsp.type.comment"] = {}
}
})
```
Expand Down

0 comments on commit 112bc3f

Please sign in to comment.