diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-10-14 07:52:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-14 07:52:15 +0200 |
commit | 090fe0d8954b201d9b71de3ac084a8a9bf0180b6 (patch) | |
tree | e3a01821e4bb40742106aea074746e4b28e1373b | |
parent | 94e82cc6f6ca03287281fd2f330f1551ae629e47 (diff) | |
download | lite-xl-plugins-090fe0d8954b201d9b71de3ac084a8a9bf0180b6.tar.gz lite-xl-plugins-090fe0d8954b201d9b71de3ac084a8a9bf0180b6.zip |
Update `lsp_lua` and `lsp_rust` (#318)
-rw-r--r-- | manifest.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json index 892bd27..859f186 100644 --- a/manifest.json +++ b/manifest.json @@ -1259,21 +1259,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:e08f5f0b8375ec30964fdfc0d9e340e2d2c59583", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:58e1192b7abe9cff60c59b1c8b098fde88f03ecc", "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:e08f5f0b8375ec30964fdfc0d9e340e2d2c59583", + "version": "3.7.0", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:58e1192b7abe9cff60c59b1c8b098fde88f03ecc", "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:e08f5f0b8375ec30964fdfc0d9e340e2d2c59583", + "version": "20231009", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:58e1192b7abe9cff60c59b1c8b098fde88f03ecc", "mod_version": "3", "id": "lsp_rust" }, |