Update README.md

This commit is contained in:
Dongdong Zhou 2021-09-17 13:37:48 +01:00 committed by GitHub
parent 4b77d5802c
commit 88ff78da5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<h1 align="center">Lapce</h1> <h1 align="center">Lapce</h1>
<h4 align="center">Lightning-fast and Powerful Code Editor written in Rust</h4> <h4 align="center">Lightning-fast and Powerful Code Editor written in Rust</h4>
<h2>About</h2>
Lapce is written in pure Rust, with UI in [Druid](https://github.com/linebender/druid). It's using [Xi-Editor](https://github.com/xi-editor/xi-editor)'s [Rope Science](https://xi-editor.io/docs/rope_science_00.html) for text editing, and using [Wgpu](https://github.com/gfx-rs/wgpu) for rendering.
<h2>Features</h2>
* Modal Editing (Vim like) support as first class citizen (can be turned off as well)
* Built in LSP support
* Built in remote development support (similar to https://code.visualstudio.com/docs/remote/remote-overview)
* Plugin can be written in programming languages that can compile to [WASI](https://wasi.dev/) (C, Rust, [AssemblyScript](https://www.assemblyscript.org/))