Open InTheCloudDan opened 2 years ago
A usage example would be very useful. I want to use this library but there's just no information on how to actually get started.
FWIW the "used by" section in the sidebar of the main Github page for the repo is helpful. In particular, this repo uses the repo to implement an LSP for protobuf: https://github.com/micnncim/protocol-buffers-language-server
Does anyone have a small getting started example of using this library as a LSP client? I see the NewClient/NewServer but trying to understand what a most basic implementation would look like.