From 3dd8367a76203d69c4e4ce91fec4bea117fcc7da Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Tue, 4 Jan 2022 14:43:27 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e49a20df..f9138561 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,15 @@ Lapce is written in pure Rust, with UI in [Druid](https://github.com/linebender/ ![](https://github.com/lapce/lapce/blob/master/extra/images/screenshot.png?raw=true) -

Features

+## Features * 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](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/)) * Built in terminal + +## Feedback + +* Chat on [Zulip](https://lapce.zulipchat.com) +* Join the discussion on [Reddit](https://www.reddit.com/r/lapce/)