diff options
author | Github Actions <> | 2024-05-23 10:30:03 +0000 |
---|---|---|
committer | Github Actions <> | 2024-05-23 10:30:03 +0000 |
commit | 9971c62100884ddac79eb459c5f40dd04f1cb803 (patch) | |
tree | 7c045161073da786089fccfa0e09084f7c2a0164 | |
parent | d3ea31014c1ff70d75cd6250006c264a4a33be6f (diff) | |
download | lite-xl-plugins-9971c62100884ddac79eb459c5f40dd04f1cb803.tar.gz lite-xl-plugins-9971c62100884ddac79eb459c5f40dd04f1cb803.zip |
Updated manifest.json.PR/update-manifest-lite-xl-lite-xl-lsp
-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", |