go get github.com/textwire/lsp
The Textwire LSP project is licensed under the MIT License and is free to use, modify, and distribute.
Note
If you use 🐳 Docker instead of 🦦 Podman, just replace podman-compose
with docker compose
in code examples below.
To build the image, run this command:
podman-compose build
After the image is build, you can run a container from that image. Run this command to create a container and enter this:
podman-compose run --rm app sh
Inside of the container, you will be able to run commands like make test
and make build
.
When you are done working on a project, you can remove the container to cleanup after yourself, run this:
podman-compose down