Skip to content

Commit 7325a9a

Browse files
authored
chore: Update README.md
1 parent 7b87208 commit 7325a9a

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -80,24 +80,25 @@ require("tiny-inline-diagnostic").setup({
8080
multiple_diag_under_cursor = false,
8181

8282
-- Enable diagnostic message on all lines.
83-
-- Can either be a boolean or a table with the following options:
84-
-- multilines = {
85-
-- -- Enable the multilines feature
86-
-- enabled = false,
87-
--
88-
-- -- Always show diagnostic messages on all lines
89-
-- always_show = false,
90-
-- }
91-
-- If it is a boolean set as true, it will enable the feature with the default options:
92-
-- multilines = {
93-
-- enabled = true,
94-
-- always_show = false,
95-
-- }
96-
}
83+
-- Can either be a boolean or a table with the following options:
84+
-- multilines = {
85+
-- -- Enable the multilines feature
86+
-- enabled = false,
87+
--
88+
-- -- Always show diagnostic messages on all lines
89+
-- always_show = false,
90+
-- }
91+
--
92+
-- If it is a boolean set as true, it will enable the feature with the default options:
93+
-- multilines = {
94+
-- enabled = true,
95+
-- always_show = false,
96+
-- }
97+
9798
multilines = {
98-
enabled = false,
99-
always_show = false,
100-
},
99+
enabled = false,
100+
always_show = false,
101+
},
101102

102103
-- Show all diagnostics on the cursor line.
103104
show_all_diags_on_cursorline = false,

0 commit comments

Comments
 (0)