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

[feat]: Add new client for V language support #4646

Merged
merged 2 commits into from
Jan 8, 2025

Conversation

niontrix
Copy link
Contributor

Why?:
vls is deprecated as an LSP server for V. Instead v-analyzer is the new and actively developed LSP server.

This change addresses the need by:

  • Add LSP client registration and customization options for v-analyzer
  • Add functionality to initialize configuration for v-analyzer to work in a project

Why?:
`vls` is deprecated as an LSP server for V. Instead `v-analyzer` is the new and
actively developed LSP server.

This change addresses the need by:
- Add LSP client registration and customization options for `v-analyzer`
- Add functionality to initialize configuration for `v-analyzer` to work in a
  project
@github-actions github-actions bot added the client One or more of lsp-mode language clients label Dec 20, 2024
@jcs090218
Copy link
Member

Can you rebase this? :)

clients/lsp-v.el Show resolved Hide resolved
clients/lsp-v.el Show resolved Hide resolved
Merge authors and switch order of copyrights.
@niontrix
Copy link
Contributor Author

niontrix commented Jan 8, 2025

Hi @jcs090218!
Regarding your question to rebase: I can't see any conflicts with the main branch, because there shouldn't be any changes to lsp-v.el in the meantime.

@jcs090218 jcs090218 merged commit d28dd6b into emacs-lsp:master Jan 8, 2025
10 of 13 checks passed
@jcs090218
Copy link
Member

LGTM. Thank you!

@niontrix niontrix deleted the feat/update-v-language-client branch January 14, 2025 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants