Suckless text editor written in Zig: https://github.com/ivanjermakov/hat
The goal is to have a full featured editor with tree-sitter and LSP support which source code you can read through in one evening.
Love how it's going so far, I'm trying to keep it both minimal and easily extendable.
i am trying to learn a little zig programming and i've been doing it by making a simple database. my next project was going to be text editor. i'm gonna take some inspirations from your project.