beamiter /
simplecc
Rust-powered LSP client for Vim, inspired by coc.nvim
59/100 healthLoading repository data…
codestoryai / repository
Simple lsp client api in rust (async support) so you can send requests to the lsp server and profit
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
You can follow the example in the main.rs on how to use the library, the benefit of this api is not having to deal with the json rpc protocol, you can just call the methods and get the results.
To run the example in main.rs:
lsp_client binary using cargo install --path .lsp_client ./path/to/code.tsLSP have a special JSON RPC protocol. It is not straightforward to use, and you probably want to make sure that the requests are handled correctly, so we are share our implementation in the hopes that others can use it for fun and profit.
Selected from shared topics, language and repository description—not editorial ratings.
beamiter /
Rust-powered LSP client for Vim, inspired by coc.nvim
59/100 health