From a7e4bcd6e735d22edf361ca9c7fccbd3130bfb0e Mon Sep 17 00:00:00 2001 From: maniek2332 Date: Mon, 6 Jul 2026 20:53:57 +0000 Subject: [PATCH] docs: added py-import-completer to the list of pygls implementations --- Implementations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Implementations.md b/Implementations.md index 4d7668c3..2ca98ffe 100644 --- a/Implementations.md +++ b/Implementations.md @@ -13,6 +13,7 @@ | _Helios Language Server_ | [et9797](https://github.com/et9797) | [helios-language-server](https://github.com/et9797/helios-language-server) | Language Server for [Helios](https://github.com/Hyperion-BT/Helios) smart contract language | | _Hy Language Server_ | [Rintaro Okamura](https://github.com/rinx) | [hy-language-server](https://github.com/rinx/hy-language-server) | Hy Language Server wrapping [Jedhy](https://github.com/ekaschalk/jedhy) | | _Jedi Language Server_ | [Samuel Roeca](https://softwarejourneyman.com/pages/about.html#about) | [jedi-language-server](https://github.com/pappasam/jedi-language-server) | Python Language Server wrapping [Jedi](https://github.com/davidhalter/jedi) | +| _py-import-completer_ | [maniek2332](https://github.com/maniek2332) | [py-import-completer](https://github.com/maniek2332/py-import-completer) | Lightweight Python language server focused solely on import autocompletion. | | _RPM Spec Language Server_ | [Dan Čermák](https://github.com/dcermak) | [rpm-spec-language-server](https://github.com/dcermak/rpm-spec-language-server/) | Language Server for RPM Spec files | | _Ruff Language Server_ | [Charlie Marsh](https://github.com/charliermarsh) | [ruff-lsp](https://github.com/charliermarsh/ruff-lsp) | Language Server for Python's [ruff](https://github.com/charliermarsh/ruff) | | _Sage Language Server_ | [SeanDictionary](https://github.com/seandictionary) | [sage-lsp](https://github.com/SeanDictionary/sage-lsp) | Language Server for [SageMath](https://www.sagemath.org/) |