This project started as a port of lite to GPU.
After being successfully ported, we are now entering the second phase of development:
transforming the original lite editor into something closer to nvim + plugins, but with Notepad-like motions.
- Unbloat the original project
(this doesn’t mean the original is bloated, only that we will remove features we won’t use) - Implement a Telescope-like file searcher
- Enable theme previews
- Support scaling with scroll
- Improve multi-cursor editing (smarter selection & navigation)
- Add search & replace with regex
- Implement code folding
- Add quick jump to symbol/line