mainej / lsp4clj

LSP base support for any LSP that is implemented in Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lsp4clj

A Language Server Protocol base for developing any LSP implementation in Clojure.

Server

Clojars Project

The lsp4clj-server has the necessary integration with Input/Output, LSP-JSON parsing, allowing for users of this lib to just code the entrypoints of each LSP method.

Protocols

Clojars Project

The lsp4clj-protocols contains only the protocols/interfaces for servers that want to extend the official LSP protocol to provide more features, also, it is used by lsp4clj-server itself.

Known LSPs users

About

LSP base support for any LSP that is implemented in Clojure

License:MIT License


Languages

Language:Clojure 100.0%