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
***Zig**: uses the [zig](https://ziglang.org/download/) official binary
159
160
***Nim**: uses the [nim](https://nim-lang.org/install.html) official binary
161
+
***Nelua**: uses the [nelua](https://nelua.io/installing/) official binary
160
162
161
163
#### Linter config object keys
162
164
163
165
***delay_time**: Delay to run the linter after editing a document
166
+
***enable_error_lens**: Enables error lens (prints the message inline)
164
167
***enable_lsp_diagnostics**: Boolean that enable/disable LSP diagnostics as part of the linting. Enabled by default.
165
168
***disable_lsp_languages**: Array of LSP languages disabled for LSP diagnostics. For example: `"disable_lsp_languages": ["lua", "python"]`, disables lua and python.
166
169
@@ -298,6 +301,7 @@ This means that it must be on `PATH` environment variable or the path to the bin
298
301
299
302
#### LSP Client keybindings object keys
300
303
304
+
***lsp-symbol-info**: Keybinding to request symbol information
301
305
***lsp-go-to-definition**: Keybinding to "Go to Definition"
302
306
***lsp-go-to-declaration**: Keybinding to "Go to Declaration"
303
307
***lsp-go-to-implementation**: Keybinding to "Go to Implementation"
@@ -367,10 +371,12 @@ The format of a color scheme can be read from [here](https://github.com/SpartanJ
367
371
Listed in no particular order:
368
372
369
373
*[DAP](https://microsoft.github.io/debug-adapter-protocol/) support
0 commit comments