Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update neovim example when using UDS
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.
- Loading branch information