aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index df24617..ba777e5 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`lsp`](https://github.com/lite-xl/lite-xl-lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol |
| [`lsp_c`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for C/C++ with clangd. |
| [`lsp_lua`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Lua with lua-language-server (sumneko). |
+| [`lsp_quicklintjs`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js. |
| [`lsp_rust`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Rust with rust-analyzer. |
| [`lsp_snippets`](https://github.com/vqns/lite-xl-snippets)\* | Adds LSP snippets support to the snippets plugin |
| [`lsp_zig`](https://github.com/adamharrison/lite-xl-lsp-servers)\* | LSP support for Zig via zls. |