From fbd482b63c720dce76ba42f49e0659ca3a0356c5 Mon Sep 17 00:00:00 2001 From: Lakshya A Agrawal Date: Mon, 6 Nov 2023 12:35:02 +0530 Subject: [PATCH] Add Language Server Client - multilspy - to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d46275a2d1..4888c1f945 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ This repository only contains the server implementation. Here are some known cli * [coc-java](https://github.com/neoclide/coc-java) : an extension for [coc.nvim](https://github.com/neoclide/coc.nvim) * [MS Paint IDE](https://github.com/MSPaintIDE/MSPaintIDE) : an IDE for programming in MS Paint * [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls) : an extension for Neovim +* [multilspy from monitors4codegen](https://github.com/microsoft/monitors4codegen#4-multilspy) : A language-agnostic LSP client in Python, with a library interface. Intended to be used to build applications around language servers Continuous Integration Builds -----------------------------