Nite is (will soon be) a GUI code editor with a vim-ish feel.
It's intended to be an (almost) drop-in replacement for Neovim, aside from nite being a GUI app, which means having items listed in the [TODO](#todo) paragraph.
## TODO
The following list of features and tasks required to have them is highly opinionated and consists of things I want a code editor to have.
It is planned to have full Linux support and (maybe) a Material 3 implementation.
## Credits
A **LOT** of code (including: crates/util, crates/ming*) is taken from [the Zed codebase](https://github.com/zed-industries/zed) precisely at commit [c90263d].
Also, [ming] is a "fork" (blatant copy with no intent of syncing upstream changes) of [gpui], also made by the Zed team for use in Zed.