diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-07-10 01:08:14 +0200 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2023-07-10 01:08:14 +0200 |
commit | ce5a6b72f679afef230696e707efa0bbb9a031bc (patch) | |
tree | 615ffbd98b7563246fe7defbe032c9c8d955f435 | |
parent | 0c2b22adce7b95be27a5576d707650bfd5c1a0e8 (diff) | |
download | lite-xl-plugins-ce5a6b72f679afef230696e707efa0bbb9a031bc.tar.gz lite-xl-plugins-ce5a6b72f679afef230696e707efa0bbb9a031bc.zip |
Bump `lsp` version to 0.5
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 8d410d9..63a62b5 100644 --- a/manifest.json +++ b/manifest.json @@ -974,8 +974,8 @@ }, { "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", - "version": "0.2", - "remote": "https://github.com/lite-xl/lite-xl-lsp:607cc85978b6fe169c2e6cabe779776d752267f8", + "version": "0.5", + "remote": "https://github.com/lite-xl/lite-xl-lsp:7c6a72b6a296e9948df6dfdf322d04a43c90e546", "mod_version": "3", "id": "lsp" }, |