diff options
author | Aziz Mazouz Jaber <52936496+kemzops@users.noreply.github.com> | 2024-02-20 20:07:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-20 13:07:31 -0500 |
commit | 2ce75a91688b4336358ddb9bf698b847bc127af4 (patch) | |
tree | c8947eb018b2364f2d991b08fb82f20b647fcd47 | |
parent | 180ce50689d3f2cb2df15da3f35827f87fb824d3 (diff) | |
download | lite-xl-plugins-2ce75a91688b4336358ddb9bf698b847bc127af4.tar.gz lite-xl-plugins-2ce75a91688b4336358ddb9bf698b847bc127af4.zip |
Add lsp_quicklintjs (#367)
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index e06c513..423e14a 100644 --- a/manifest.json +++ b/manifest.json @@ -1357,6 +1357,13 @@ "id": "lsp_lua" }, { + "description": "Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js.", + "version": "3.1.0", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:69c85033c8a62214d1e758d986cb2eea7a66728e", + "mod_version": "3", + "id": "lsp_quicklintjs" + }, + { "description": "Automatic configuration/binary download for LSP completion for Rust with rust-analyzer.", "version": "20231009", "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:58e1192b7abe9cff60c59b1c8b098fde88f03ecc", |