You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2026. It is now read-only.
It would be of great help to be able to install the Pony Language Server from the ponyup tool just like rust-analyzer from the rustup. Cloning and calling make is great, but not ideal in my humble opinion.
This would probably ease adoption. I am trying to set up a local Emacs development environment to start playing with Pony and would like to have eglot (Emacs default LSP client) auto complete things using the server (instead of the built-in mode with company auto complete).
It would be of great help to be able to install the Pony Language Server from the
ponyuptool just like rust-analyzer from therustup. Cloning and calling make is great, but not ideal in my humble opinion.This would probably ease adoption. I am trying to set up a local Emacs development environment to start playing with Pony and would like to have
eglot(Emacs default LSP client) auto complete things using the server (instead of the built-in mode with company auto complete).