Skip to content

Build Server Protocol maybe? #17

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

Closed
616b2f opened this issue Oct 31, 2023 · 3 comments
Closed

Build Server Protocol maybe? #17

616b2f opened this issue Oct 31, 2023 · 3 comments

Comments

@616b2f
Copy link

616b2f commented Oct 31, 2023

Hi,

recently I read the article at Reddit:

https://www.reddit.com/r/neovim/comments/17hi6s6/build_server_protocol_lsp_like_protocol_for/

Which talks about the Build Server Protocol (BSP):

https://build-server-protocol.github.io/

This could be a neat addition to this plugin IF it get's more attraction, currently there are not many BSP servers available.

It's fine if it's out of scope, I just wanted to bring this to your attention. What do you think?

@Zeioth
Copy link
Owner

Zeioth commented Oct 31, 2023

Thank you for pointing me to that protocol @616b2f !

Initially build automation utilities support was out of scope for us because strictly speaking is not really the responsibility of a compiler, but out of practicality for the final user I've decided to add it.

There are many tools and it's gonna take a while to add them. But after that I can look into build servers.

It would really help if I can find any other neovim plugin that already implement the protocol.

@616b2f
Copy link
Author

616b2f commented Nov 2, 2023

Thank you for the response. Currently I am not aware of any neovim plugin that implements it and your plugin comes closest to the user experience they try to provide, that's why I decided to open the issue here. I also didn't saw any lua bindings for it unfortunately. I could open an issue on they repo, maybe if there are enough interest they could create lua bindings.

@Zeioth
Copy link
Owner

Zeioth commented Nov 7, 2023

Moving this from issues to discussions #18

@Zeioth Zeioth closed this as completed Nov 7, 2023
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