openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
575 stars 103 forks source link

docs: update GotoX title #468

Closed noklam closed 4 months ago

noklam commented 4 months ago

Description (e.g. "Related to ...", etc.)

I notice the docs is still undergoing lots of change, and it's looking great! This is just a minor change to make this example for discoverable.

Code review checklist (for code reviewer to complete)

Automated linters

You can run the lints that are run on CI locally with:

poetry install --all-extras --with dev
poetry run poe lint