Skip to content

Conversation

@RCX777
Copy link

@RCX777 RCX777 commented Jul 7, 2024

Creates a cmd_args table from splitting the cmd string, and passes that to the config instead. This fixes the LSP functionality of distant.nvim for this neovim version.

TODO: for backwards compatibility, I suggest supporting both APIs.

chipsenkbeil and others added 2 commits July 7, 2024 14:03
Creates a `cmd_args` table from splitting the `cmd` string, and passes that to the `config` instead. This fixes the LSP functionality of `distant.nvim` for this neovim version.  

TODO: for backwards compatibility, I suggest supporting both APIs
@chipsenkbeil
Copy link
Owner

Thanks! We should switch to using self:wrap with lsp set to a list instead of a single string. This should result in the return value being an argument list instead of a single string, which should ideally fix the issue without us needing to split by whitespace.

I'll give this a look later.

@jellis206
Copy link

Any progress on this?

@chipsenkbeil
Copy link
Owner

Any progress on this?

It needs to be changed to use wrap() and also to work on both 0.9 and 0.10. I haven't gotten around to working on this yet, though.

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.

3 participants