Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for BSPs - Build server protocols. #7190

Open
dphaldes opened this issue Sep 12, 2024 · 2 comments
Open

Add support for BSPs - Build server protocols. #7190

dphaldes opened this issue Sep 12, 2024 · 2 comments

Comments

@dphaldes
Copy link

BSP is a new protocol created for communication with build servers similar to LSP https://build-server-protocol.github.io/.
There are a few BSP implementations already like one for gradle https://github.com/microsoft/build-server-for-gradle and others https://build-server-protocol.github.io/docs/overview/implementations.

It would be nice to have a category for it. There is an in dev plugin for it https://github.com/616b2f/bsp.nvim

@dphaldes
Copy link
Author

I would be happy to contribute it if you give me an approval :)

@Conarius
Copy link
Contributor

It's not that hard. You would just need to provide the package.yaml files for it and make a new category in the yaml schema (which can only be done by williamboman).
Might require some changes in williamboman/mason.nvim first, then the changes in the yaml schema. But packages can already be provided without much change.
The BSP Support within Neovim is another beast but that's out of scope for these projects here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants