aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2024-03-15 21:24:36 +0100
committerGitHub <noreply@github.com>2024-03-15 21:24:36 +0100
commitdd76a62c10c6837a104944312b708286085bed09 (patch)
treeec3677542b5a94006d4adfd0be98318947129f5b
parentd2876ef82f81d93db4c2d713725db159a7cb6f34 (diff)
downloadlite-xl-plugins-dd76a62c10c6837a104944312b708286085bed09.tar.gz
lite-xl-plugins-dd76a62c10c6837a104944312b708286085bed09.zip
Bump `lsp` to version 0.7 (#386)
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index 09a1bca..3a1687e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1376,8 +1376,8 @@
},
{
"description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol",
- "version": "0.6",
- "remote": "https://github.com/lite-xl/lite-xl-lsp:d2999f269c3d7f11cc245ad6ccc48475a464afcb",
+ "version": "0.7",
+ "remote": "https://github.com/lite-xl/lite-xl-lsp:b1b77d143b2c6e3cd953b3573ea1a96dd61ff3bb",
"mod_version": "3",
"id": "lsp"
},