Installing the prepoly LSP server
prepoly provides an LSP server implementation.
Run the following command to install prepoly-lsp:
./x cargo install --path crates/prepoly_language_serverFor projects managed with ppm, configure your editor to
launch ppm lsp rather than prepoly-lsp directly: it resolves the
dependencies declared in package.toml before starting the server, and in a
directory without a package.toml it starts the plain server, so the same
configuration works everywhere.