From ee9bd35b512ff0d2dfd804a5bafbc6defa9fd4cf Mon Sep 17 00:00:00 2001 From: Guldoman Date: Mon, 8 Apr 2024 12:49:16 +0200 Subject: Add `lsp_json` and `lsp_yaml` (#416) Update `lsp_rust` remote for `aarch64-linux` support. --- manifest.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7f5ce59..6a3d0ea 100644 --- a/manifest.json +++ b/manifest.json @@ -1686,6 +1686,13 @@ "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e", "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", @@ -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" }, { @@ -1742,6 +1749,13 @@ "remote": "https://github.com/vqns/lite-xl-snippets:1f0bba02bb3af6df9cb2ce72526851b427caf143", "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", -- cgit v1.2.3