diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2024-04-08 12:49:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 12:49:16 +0200 |
commit | ee9bd35b512ff0d2dfd804a5bafbc6defa9fd4cf (patch) | |
tree | af49c8c1d36dc2143bad0ebd987eed1bbc82633c | |
parent | b303b64cffd4dcc81db469fdd0985182a16e9083 (diff) | |
download | lite-xl-plugins-ee9bd35b512ff0d2dfd804a5bafbc6defa9fd4cf.tar.gz lite-xl-plugins-ee9bd35b512ff0d2dfd804a5bafbc6defa9fd4cf.zip |
Add `lsp_json` and `lsp_yaml` (#416)
Update `lsp_rust` remote for `aarch64-linux` support.
-rw-r--r-- | manifest.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 7f5ce59..6a3d0ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1687,6 +1687,13 @@ "version": "2.5.0" }, { + "description": "LSP support for JSON via vscode-json-languageserver with [additional patches](https://github.com/lite-xl/lite-xl-lsp-servers/patches/vscode-json-languageserver) for increased functionality.", + "id": "lsp_json", + "mod_version": "3", + "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:69a24616439ea9078df9a7474a4b0cb82f3cf65c", + "version": "1.87.2.0.1" + }, + { "description": "Automatic configuration/binary download for LSP completion for Lua with lua-language-server (sumneko).", "id": "lsp_lua", "mod_version": "3", @@ -1718,7 +1725,7 @@ "description": "Automatic configuration/binary download for LSP completion for Rust with rust-analyzer.", "id": "lsp_rust", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-lsp-servers.git:71275f7e47a30ac0cbeb17706cea29a29c8267a7", + "remote": "https://github.com/lite-xl/lite-xl-lsp-servers.git:69a24616439ea9078df9a7474a4b0cb82f3cf65c", "version": "20240325" }, { @@ -1743,6 +1750,13 @@ "version": "1.1" }, { + "description": "LSP support for YAML via yaml-language-server.", + "id": "lsp_yaml", + "mod_version": "3", + "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:69a24616439ea9078df9a7474a4b0cb82f3cf65c", + "version": "1.14.0" + }, + { "description": "LSP support for Zig via zls.", "id": "lsp_zig", "mod_version": "3", |