Skip to content

Commit 53f8d76

Browse files
committed
Merge branch 'develop'
2 parents 0dda3b0 + 36de856 commit 53f8d76

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ For more screenshots checkout [running on macOS](https://user-images.githubuserc
1818
* Portable
1919
* Minimalist GUI
2020
* Syntax Highlighting (including nested syntax highlighting, supporting over 50 languages)
21+
* Multi-cursor support
2122
* Terminal support
2223
* [LSP](https://microsoft.github.io/language-server-protocol/) support
2324
* Auto-Completion
@@ -157,10 +158,12 @@ This means that it must be on `PATH` environment variable or the path to the bin
157158
* **Kotlin**: uses [ktlint](https://ktlint.github.io/)
158159
* **Zig**: uses the [zig](https://ziglang.org/download/) official binary
159160
* **Nim**: uses the [nim](https://nim-lang.org/install.html) official binary
161+
* **Nelua**: uses the [nelua](https://nelua.io/installing/) official binary
160162

161163
#### Linter config object keys
162164

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

@@ -298,6 +301,7 @@ This means that it must be on `PATH` environment variable or the path to the bin
298301

299302
#### LSP Client keybindings object keys
300303

304+
* **lsp-symbol-info**: Keybinding to request symbol information
301305
* **lsp-go-to-definition**: Keybinding to "Go to Definition"
302306
* **lsp-go-to-declaration**: Keybinding to "Go to Declaration"
303307
* **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
367371
Listed in no particular order:
368372

369373
* [DAP](https://microsoft.github.io/debug-adapter-protocol/) support
370-
* Multi-cursor support
371374
* Configurable build pipelines
372375
* Code-folding
373376
* 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)
374380

375381
## Collaborate
376382

0 commit comments

Comments
 (0)