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

How to use this using LSP protocol only outside of VSCode, if possible? #146

Open
jclsn opened this issue Jun 11, 2024 · 0 comments
Open

Comments

@jclsn
Copy link

jclsn commented Jun 11, 2024

There are many Vim plugins e.g. Vim9 LSP or coc.nvim that make use of the LS Protocol used by VSCode. Unfortunately some LS implementations have a lot of VSCode-specific messsages which are required to talk to the server. I was just wondering if this is one of them.

If you look at the first Vim9 LSP links above, you will see that most language servers only need the workspaceConfig and initializationOptions or less even. Is there a way to use this language server this way as well?

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

1 participant