This ones is in good ol' C because I wanted to try the language out. I'ma be honest so far it's been a blast! I FUCKING LOVE that it just lets you do basically anything you want with your variables.
In order to make my life easier I also made two libraries for this quest. Both are absolutely dogshit, really I just made them cause I wasn't feeling like learing more complicated actually usefull libs. The first is an implementation for dynamic arrays and the second is a shitty TUI library.
Anyways, as always you can find all of this on the internets over here. Decided to go with codeberg from now on cause GitHub suck balls and is owned by Microslop.
This baby is still in its early stages and it will probably take some time to really be a text editor. As of writing this you can't even fucking edit files. All you can do is navigate aroung files with VI binds and enter shell commands.
I do want to also add some support for custom "plugins", altough they will probably come in the form of just C source files compiled into a shared library that gets called somewhere in the main code.