You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,7 @@ This means that it must be on `PATH` environment variable or the path to the bin
163
163
#### Linter config object keys
164
164
165
165
***delay_time**: Delay to run the linter after editing a document
166
+
***enable_error_lens**: Enables error lens (prints the message inline)
166
167
***enable_lsp_diagnostics**: Boolean that enable/disable LSP diagnostics as part of the linting. Enabled by default.
167
168
***disable_lsp_languages**: Array of LSP languages disabled for LSP diagnostics. For example: `"disable_lsp_languages": ["lua", "python"]`, disables lua and python.
168
169
@@ -373,6 +374,9 @@ Listed in no particular order:
0 commit comments