diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-05-23 12:31:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 12:31:30 +0200 |
commit | 2861b4f8beb0251a3281d362c94fdd3e12e1350c (patch) | |
tree | 7c045161073da786089fccfa0e09084f7c2a0164 | |
parent | d3ea31014c1ff70d75cd6250006c264a4a33be6f (diff) | |
download | lite-xl-plugins-2861b4f8beb0251a3281d362c94fdd3e12e1350c.tar.gz lite-xl-plugins-2861b4f8beb0251a3281d362c94fdd3e12e1350c.zip |
Update lite-xl/lite-xl-lsp version (#437)
Co-authored-by: Github Actions <>
-rw-r--r-- | manifest.json | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 9673584..e93f58b 100644 --- a/manifest.json +++ b/manifest.json @@ -1703,11 +1703,15 @@ "version": "0.1" }, { - "description": "Provides code completion (also known as IntelliSense) using the Language Server Protocol", + "description": "Provides intellisense by leveraging the LSP protocol.", "id": "lsp", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-lsp:b1b77d143b2c6e3cd953b3573ea1a96dd61ff3bb", - "version": "0.7" + "name": "Language Server Protocol", + "remote": "https://github.com/lite-xl/lite-xl-lsp.git:ed8345488ee97d3ee99605025303a40ec301a513", + "tags": [ + "language server protocol" + ], + "version": "0.8" }, { "description": "Completion menu kind/type icons for Lite XL LSP", |