From 72f921d840e1c3e45b2302a7031d36bc4334a93a Mon Sep 17 00:00:00 2001 From: jinzhongjia Date: Mon, 17 Feb 2025 09:48:19 +0800 Subject: [PATCH] docs: add instruction for using zls nightly on neovim --- content/zls/editors/vim.smd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/zls/editors/vim.smd b/content/zls/editors/vim.smd index 8912f41..3d7987a 100644 --- a/content/zls/editors/vim.smd +++ b/content/zls/editors/vim.smd @@ -16,3 +16,5 @@ The following LSP plugins are documented: ># [Warning]($block.attrs('warning')) > >The [mason](https://github.com/williamboman/mason.nvim) package manager can only install the latest tagged release of ZLS which should **not** be used with Zig nightly/master. + +For neovim users who want to use nightly zls, you can install [`jinzhongjia/zig-lamp`](https://github.com/jinzhongjia/zig-lamp), which can install zls nightly through a simple command and parse `build.zig.zon`, add or remove dependency.