Snippets LS is simple, toml configurable, Language Server.
Snippets LS uses a number of open source projects to work properly:
- [lsp-server] - Generic LSP server scaffold.
- [lsp-types] - Types for interaction with a language server, using VSCode's Language Server Protocol
Snippets LS requires Rust to compile.
git clone git@github.com:Stanislav-Lapata/snippets-ls.git
cd snippets-ls
cargo install --path .
Want to contribute? Great!