I finally decided to do a new release (0.2.1), which brings too many updates to list them all.
[Repo](https://github.com/Nimaoth/Absytree) The most important thing is that the editor is now actually usable. I've been using it for the last few months now and it has been a lot of fun. My current setup is Windows + WSL + Zellij + Absytree which works quite well, but I also regularly run it natively on windows in both the terminal and GUI. Obviously there is still much work to do, but it's very rare now that I need to use another editor for something. Here is an incomplete list of changes * Fuzzy search * Better auto completion system * More LSP integration * Basic debugging with DAP * Basic git integration * More complete Vim and VSCode keybindings * Much better support for linux and the terminal version (both windows and linux) * Much better unicode support in both GUI and terminal * and many more small things I haven't made any progress on the AST language stuff, that will probably happen later this year. If you want to try it out there are [prebuilt binaries](https://github.com/Nimaoth/Absytree/releases) for Windows and Ubuntu, and the terminal version is also available as a statically linked binary with musl which should hopefully work everywhere. Or you can build it yourself. I also added some [documentation](https://github.com/Nimaoth/Absytree/tree/main/docs) on how to do some configuration and some features. Feedback and contributions are very welcome ^^