Skip to content

Commit

Permalink
Add lsp_json and lsp_yaml (#416)
Browse files Browse the repository at this point in the history
Update `lsp_rust` remote for `aarch64-linux` support.
  • Loading branch information
Guldoman authored Apr 8, 2024
1 parent b303b64 commit ee9bd35
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
},
{
Expand All @@ -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",
Expand Down

0 comments on commit ee9bd35

Please sign in to comment.