aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2024-02-20 18:07:43 +0000
committerGithub Actions <>2024-02-20 18:07:43 +0000
commitf0a4822a62d08facd2802d486828b58a511ad578 (patch)
tree76feace65ce9eca312af52e421abca88074210a4
parent2ce75a91688b4336358ddb9bf698b847bc127af4 (diff)
downloadlite-xl-plugins-f0a4822a62d08facd2802d486828b58a511ad578.tar.gz
lite-xl-plugins-f0a4822a62d08facd2802d486828b58a511ad578.zip
[CI] Updated 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. |