Skip to content

Commit

Permalink
docs: correct README example configuration for multilines
Browse files Browse the repository at this point in the history
  • Loading branch information
rachartier committed Dec 30, 2024
1 parent 9666b58 commit 9bce57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ require("tiny-inline-diagnostic").setup({
-- Can either be a boolean or a table with the following options:
-- multilines = {
-- -- Enable the multilines feature
-- enable = false,
-- enabled = false,
--
-- -- Always show diagnostic messages on all lines
-- always_show = false,
-- }
-- If it is a boolean set as true, it will enable the feature with the default options:
-- multilines = {
-- enable = true,
-- enabled = true,
-- always_show = false,
-- }
}
Expand Down

0 comments on commit 9bce57d

Please sign in to comment.