From 929a7e48aacf725085845faeca9a46d6c048a06a Mon Sep 17 00:00:00 2001 From: "Luke I. Wilson" Date: Tue, 9 Jun 2020 11:58:30 -0500 Subject: [PATCH 1/2] Update readme: mention the requirement of Zig master --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a09a52..63b2b01 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Zig Language Server, or `zls`, is a language server for Zig. The Zig wiki states ## Installation -Installing `zls` is pretty simple; +Installing `zls` is pretty simple. You will need [a build of Zig master](https://ziglang.org/download/) (or >0.6) to build ZLS. ```bash git clone --recurse-submodules https://github.com/zigtools/zls From bd6ce9ee7f38e6f6f7cba8fc373bde37372f1914 Mon Sep 17 00:00:00 2001 From: "Luke I. Wilson" Date: Tue, 9 Jun 2020 20:15:41 -0500 Subject: [PATCH 2/2] Remove redundant line 43 by request :) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 63b2b01..d9dd017 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,6 @@ zig build config Then, you can use the `zls` executable in an editor of your choice that has a Zig language server client! -*Note: `zls` itself must be built using the master branch of zig currently due to a bug in `std.json` which was [fixed](https://github.com/ziglang/zig/pull/5167) after 0.6.0 was released, as well as various parser changes that have happened since.* - ### Configuration Options You can configure zls by providing a zls.json file.