Lapce is written in pure Rust, with UI in Druid. It's using Xi-Editor's Rope Science for text editing, and using Wgpu for rendering.
- Modal Editing (Vim like) support as first class citizen (can be turned off as well)
- Built in LSP support
- Built in remote development support (inspired by VSCode Remote Development)
- Plugin can be written in programming languages that can compile to WASI (C, Rust, AssemblyScript)
- Built in terminal
- Install
rustup.rs
.
sudo apt-get install cmake pkg-config libfreetype6-dev libfontconfig1-dev libxcb-xfixes0-dev libxkbcommon-dev
cargo build --release
The exectuable will be available at target/release/lapce