From 2813ae303bb66e4ea394c5907c29cd95eb5a8c1e Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Fri, 5 May 2023 10:00:44 +0800 Subject: [PATCH] Add Move language LSP client for Emacs users --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bb41f1..1a45c80 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ The ability to separate blockchain-specific framework logic from the generic fun - [Starcoin IDE](https://marketplace.visualstudio.com/items?itemName=starcoinorg.starcoin-ide) - Maintained by the Starcoin team ([source code](https://github.com/starcoinorg/starcoin-ide)). - [Move Vim](https://github.com/rvmelkonian/move.vim) - Maintained by [@rvmelkonian](https://github.com/rvmelkonian/). - [move-mode](https://github.com/amnn/move-mode) - Major mode for Emacs maintained by [@amnn](https://github.com/amnn/). +- [Lsp-bridge](https://github.com/manateelazycat/lsp-bridge) - Out-of-the-box Move LSP client for Emacs users, Move language support by [@geometryolife](https://github.com/geometryolife) at [#612](https://github.com/manateelazycat/lsp-bridge/pull/612). ## Package Managers - [Movey](https://www.movey.net/) - A crates.io-style repository of Move packages.