diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-09-14 23:28:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-14 17:28:03 -0400 |
commit | 24f44b9c47f45e738409cf6cb86faf32e69a59b6 (patch) | |
tree | dfb5503c4ed1118001a736939ccc4230bd847bef | |
parent | eb8d9aed09c801d257b9840ff2fee0d7d2eba75b (diff) | |
download | lite-xl-plugins-24f44b9c47f45e738409cf6cb86faf32e69a59b6.tar.gz lite-xl-plugins-24f44b9c47f45e738409cf6cb86faf32e69a59b6.zip |
Update `lsp_{c,lua,rust}` to support ARM macOS (#295)
-rw-r--r-- | manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 0697828..94c12d6 100644 --- a/manifest.json +++ b/manifest.json @@ -1004,21 +1004,21 @@ { "description": "Automatic configuration/binary download for LSP completion for C/C++ with clangd.", "version": "16.0.2", - "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:2ffc061d1abb4b9ec4c0dd7d9752610cdffc3bd7", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:e08f5f0b8375ec30964fdfc0d9e340e2d2c59583", "mod_version": "3", "id": "lsp_c" }, { "description": "Automatic configuration/binary download for LSP completion for Lua with lua-language-server (sumneko).", "version": "3.6.25", - "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:2ffc061d1abb4b9ec4c0dd7d9752610cdffc3bd7", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:e08f5f0b8375ec30964fdfc0d9e340e2d2c59583", "mod_version": "3", "id": "lsp_lua" }, { "description": "Automatic configuration/binary download for LSP completion for Rust with rust-analyzer.", "version": "20230814", - "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:2ffc061d1abb4b9ec4c0dd7d9752610cdffc3bd7", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:e08f5f0b8375ec30964fdfc0d9e340e2d2c59583", "mod_version": "3", "id": "lsp_rust" }, |