File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change @@ -80,24 +80,25 @@ require("tiny-inline-diagnostic").setup({
80
80
multiple_diag_under_cursor = false ,
81
81
82
82
-- 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
+
97
98
multilines = {
98
- enabled = false ,
99
- always_show = false ,
100
- },
99
+ enabled = false ,
100
+ always_show = false ,
101
+ },
101
102
102
103
-- Show all diagnostics on the cursor line.
103
104
show_all_diags_on_cursorline = false ,
You can’t perform that action at this time.
0 commit comments