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 options to lsp#ui#vim#rename() to specify server #1545

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tsukkee
Copy link
Contributor

@tsukkee tsukkee commented Mar 21, 2024

This PR adds options to lsp#ui#vim#rename() to specify server.

My use case is following:
Recently, I added the setting for the latest Vue Language Tools to vim-lsp-settings ( mattn/vim-lsp-settings#728 ). We need to run both typescript-language-server and volar-server to use it but only typescript-language-server supports the renaming feature. Here, l:servers[0] is volar-server by accident in my environment so I cannot use the renaming feature. So, I'd like to specify typescript-langeuage-server for renaming in explicit way.

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

Successfully merging this pull request may close these issues.

None yet

1 participant