Skip to content

Commit 36de856

Browse files
committed
Added enable_error_lens config for linter.
Expanded planned features.
1 parent e8c5ec1 commit 36de856

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ This means that it must be on `PATH` environment variable or the path to the bin
163163
#### Linter config object keys
164164

165165
* **delay_time**: Delay to run the linter after editing a document
166+
* **enable_error_lens**: Enables error lens (prints the message inline)
166167
* **enable_lsp_diagnostics**: Boolean that enable/disable LSP diagnostics as part of the linting. Enabled by default.
167168
* **disable_lsp_languages**: Array of LSP languages disabled for LSP diagnostics. For example: `"disable_lsp_languages": ["lua", "python"]`, disables lua and python.
168169

@@ -373,6 +374,9 @@ Listed in no particular order:
373374
* Configurable build pipelines
374375
* Code-folding
375376
* Command Pallete
377+
* Git integration (visual git diff, git blame, git branch, etc)
378+
* Improved LSP integration
379+
* Improved plugin system (visual configuration, more flexibility/features)
376380

377381
## Collaborate
378382

0 commit comments

Comments
 (0)