Short notes about the zig version I use:
-
zig 0.15.2
-
zls: commit0.15.0-dev.384+e0ae13c5 -
tested with Neovim 0.11.6
vim.lsp.enable("zls")- if you don't use
nvim-lspconfiglike me, addlsp/zls.luainside your config rootvim.fn.stdpath[[data]]:
return {filetypes = {"zig", "zir"}, cmd = {"zls"}, root_markers = {"zls.json", "build.zig", ".git"}, workspace_required = false}- WIP:
0.16.0-dev.1503+738d2be9d- ✅
std.Io.Threaded
- ✅