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

Update neovim example when using UDS #76

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

EliteTK
Copy link
Contributor

@EliteTK EliteTK commented Sep 25, 2024

The provisional API for supporting UDS LSP connections for neovim was to provide a function vim.lsp.rpc.domain_socket_connect but neovim/neovim#28398 changed this to just be implemented using the regular vim.lsp.rpc.connect. This commit updates the neovim example to follow suit.

The provisional API for supporting UDS LSP connections for neovim was to
provide a function vim.lsp.rpc.domain_socket_connect but
neovim/neovim#28398 changed this to just be implemented using the
regular vim.lsp.rpc.connect. This commit updates the neovim example to
follow suit.
@pr2502
Copy link
Owner

pr2502 commented Oct 8, 2024

Thanks!

@pr2502 pr2502 merged commit a3f1a5c into pr2502:main Oct 8, 2024
1 check passed
@EliteTK EliteTK deleted the doc-fix branch October 8, 2024 14:54
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.

2 participants