lsp-servers 0.1.1

Provides a list of relevant language servers for a given directory.
lsp-servers-0.1.1 is not a library.
Visit the last successful build: lsp-servers-0.1.3

LSP Servers

This is a simple CLI utility.

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

If given the -i flag, 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.