#neovim Development News The 0.12 version will start to use Zig language to build Neovim itself. This should improve overall Neovim development and should not have visible effect on users. Thanks, @bfredl.bsky.social! PRs (so far): - github.com/neovim/neovi... - github.com/neovim/neovi...
feat(build): build.zig MVP: build and run functionaltests on linux by bfredl · Pull Request #28344 · neovim/neovim
currently, this works to run a simple lua environment in the host system: zig build nlua0 -- hello.lua To generate source files zig build gen_sources to build a fixed configuration for x86-64 lin...
github.com