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

Is it possible to attach lsp to all clients buffer? #23

Open
alexander-born opened this issue Nov 26, 2022 · 1 comment
Open

Is it possible to attach lsp to all clients buffer? #23

alexander-born opened this issue Nov 26, 2022 · 1 comment

Comments

@alexander-born
Copy link

alexander-born commented Nov 26, 2022

Very cool project! Thanks for that.

When pair programming with a colleague we encountered that first the person who opens a new buffer, has the lsp client attached to that buffer and gets all the code completion, warnings, etc. The other client, has the buffer open as well but without an lsp attached to it.

Is it possible to attach the lsp for all clients, so all clients can enjoy the lsp features?

@theotheroracle
Copy link

this would probably also fix the issue of some language servers which only work on the saved file and not on the buffer, like rust-analyzer

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