lsp-servers

Crates.iolsp-servers
lib.rslsp-servers
version0.1.3
created_at2025-04-11 03:33:25.326016+00
updated_at2025-04-13 02:53:37.840607+00
descriptionProvides a list of relevant language servers for a given directory.
homepage
repositoryhttps://github.com/gusjengis/lsp-servers
max_upload_size
id1629207
size10,299
Anthony Green (gusjengis)

documentation

README

LSP Servers

This is a simple utility library with only one function.

Given a directory, it returns a list of relevant language servers. Relevant meaning that they support file types that were found in the directory.

With the corresponding setting enabled only installed language servers will be returned.

The purpose of this is just to check which servers need to be spun up when creating an LSP client that operates on a specific directory.

I'm creating this for personal use in this project that generates mermaid diagrams of codebases. If anyone else finds this useful and wants to improve it I would welcome PRs.

Commit count: 10

cargo fmt