Installation

To install the latest release of this package, you can use the following command:

Latest Release

cargo install lsplus

This will install the lsp binary into your ~/.cargo/bin directory. Make sure that this directory is in your PATH environment variable so that you can run the lsp command from anywhere.

From Source

You can also install the package from source by cloning the repository and running the following command:

cargo install --git https://github.com/seapagan/lsplus.git

This may allow you to access the latest features and bug fixes that have not yet been released.