diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-12-29 11:48:57 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-12-29 11:48:57 -0500 |
commit | 93b46a824dc21f8eeba2fe7e53d343c0a3a269bb (patch) | |
tree | f52bae4b29f0d2d28127209f2af355376343365c | |
parent | e0ffe58fbf4b8fe4d21e183956d14199606701e2 (diff) | |
download | lite-xl-plugins-93b46a824dc21f8eeba2fe7e53d343c0a3a269bb.tar.gz lite-xl-plugins-93b46a824dc21f8eeba2fe7e53d343c0a3a269bb.zip |
Updated zls stub version.
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 36e9a60..495a9f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1337,7 +1337,7 @@ { "description": "LSP support for Zig via zls.", "version": "0.11.0", - "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:59ab1efe33b672469ad9ea0a279f770f59a7e137", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:b90dd710248c235782666dda504a6baa9e601bb4", "mod_version": "3", "id": "lsp_zig" }, |