Simple Rust CLI single text/source editor, to integrate with terminal muxer (eg: tmux) and Rust toolchain (eg: auto format, changes watch..).
Project goals:
- Single file edition for simplicity
- Syntax-highlighting
- Automatic file change detection/reload (eg: parallel cargo fmt)
- Midnight Commander Editor (mcedit) look-and-feel (keys/menus) -- WIP
Ideas:
- Evaluate Language Server Protocol connection feasibility (??)
