Skip to content

Instantly share code, notes, and snippets.

@martialboniou
Last active November 28, 2025 11:25
Show Gist options
  • Select an option

  • Save martialboniou/b6763f1792a9fc04bf5503521236ffea to your computer and use it in GitHub Desktop.

Select an option

Save martialboniou/b6763f1792a9fc04bf5503521236ffea to your computer and use it in GitHub Desktop.
Temporary notes about the recent changes in Zig 0.15 using std.Io

Zig 0.15

zig version

Short notes about the zig version I use:

  • zig 0.15.2

  • zls: commit 0.15.0-dev.384+e0ae13c5

  • tested with Neovim 0.11.6

    • vim.lsp.enable("zls")
    • if you don't use nvim-lspconfig like me, add lsp/zls.lua inside your config root vim.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment