diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-08-20 01:53:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-19 21:23:40 -0230 |
commit | 0b0973bb7195957a40a6561834bfbc0b0b0504ff (patch) | |
tree | 395a2e21c4b1ab15ebfd6d78d311b5b8dd4986e1 | |
parent | f527d11ecbc55642a9e935447097425ba9c61ec1 (diff) | |
download | lite-xl-plugins-0b0973bb7195957a40a6561834bfbc0b0b0504ff.tar.gz lite-xl-plugins-0b0973bb7195957a40a6561834bfbc0b0b0504ff.zip |
Update `lsp_c` and `lsp_lua`, add `lsp_rust` (#280)
* Add `lsp_rust`
* Update `lsp_c` and `lsp_lua`
-rw-r--r-- | manifest.json | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json index 08e5207..c520820 100644 --- a/manifest.json +++ b/manifest.json @@ -1003,19 +1003,26 @@ }, { "description": "Automatic configuration/binary download for LSP completion for C/C++ with clangd.", - "version": "0.1", - "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:d8f85c5fb09d2a97594fead7cf495510e22502a9", + "version": "16.0.2", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:2ffc061d1abb4b9ec4c0dd7d9752610cdffc3bd7", "mod_version": "3", "id": "lsp_c" }, { - "description": "Automatic configuration/binary download for LSP completion for Lua with sumneko.", - "version": "0.1", - "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:d8f85c5fb09d2a97594fead7cf495510e22502a9", + "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", "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", + "mod_version": "3", + "id": "lsp_rust" + }, + { "description": "Adds LSP snippets support to the snippets plugin", "version": "1", "remote": "https://github.com/vqns/lite-xl-snippets:37a24d0970668e39ef571e607281e61135f7a504", |