diff options
author | Github Actions <> | 2024-02-20 18:07:43 +0000 |
---|---|---|
committer | Github Actions <> | 2024-02-20 18:07:43 +0000 |
commit | f0a4822a62d08facd2802d486828b58a511ad578 (patch) | |
tree | 76feace65ce9eca312af52e421abca88074210a4 /README.md | |
parent | 2ce75a91688b4336358ddb9bf698b847bc127af4 (diff) | |
download | lite-xl-plugins-f0a4822a62d08facd2802d486828b58a511ad578.tar.gz lite-xl-plugins-f0a4822a62d08facd2802d486828b58a511ad578.zip |
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. | |