aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2024-02-26 01:45:51 +0100
committerGitHub <noreply@github.com>2024-02-25 19:45:51 -0500
commit7617fdb3f5c328287f92c1021576c2948a6ac7cc (patch)
treef031182c9de6401dae93ec487c79d60217dcd4e9
parentdc9793ec329749a964af3d6396ec6e4a3f291769 (diff)
downloadlite-xl-plugins-7617fdb3f5c328287f92c1021576c2948a6ac7cc.tar.gz
lite-xl-plugins-7617fdb3f5c328287f92c1021576c2948a6ac7cc.zip
Bump `lsp` to version 0.6 (#370)
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index a65a9b0..1d827f7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1330,8 +1330,8 @@
},
{
"description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol",
- "version": "0.5",
- "remote": "https://github.com/lite-xl/lite-xl-lsp:7c6a72b6a296e9948df6dfdf322d04a43c90e546",
+ "version": "0.6",
+ "remote": "https://github.com/lite-xl/lite-xl-lsp:d2999f269c3d7f11cc245ad6ccc48475a464afcb",
"mod_version": "3",
"id": "lsp"
},