diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-12-29 11:45:26 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-12-29 11:45:26 -0500 |
commit | 215a4830c4540e84e8ab70839ee672b15e7fadaa (patch) | |
tree | 25235e152f54a5dda2eeaba877694a18f8a62c87 | |
parent | 5ff5846cea7602c763bd949e89324e550435c1a9 (diff) | |
download | lite-xl-plugins-215a4830c4540e84e8ab70839ee672b15e7fadaa.tar.gz lite-xl-plugins-215a4830c4540e84e8ab70839ee672b15e7fadaa.zip |
Added in stub for zls.
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 9808109..36e9a60 100644 --- a/manifest.json +++ b/manifest.json @@ -1335,6 +1335,13 @@ "mod_version": "3" }, { + "description": "LSP support for Zig via zls.", + "version": "0.11.0", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:59ab1efe33b672469ad9ea0a279f770f59a7e137", + "mod_version": "3", + "id": "lsp_zig" + }, + { "description": "Remaps mac modkeys `command/option` to `ctrl/alt`", "version": "0.1", "path": "plugins/macmodkeys.lua", |