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

neovim: migrate to neovim's new remote plugin design #2397

Open
fidgetingbits opened this issue Jun 11, 2024 · 2 comments
Open

neovim: migrate to neovim's new remote plugin design #2397

fidgetingbits opened this issue Jun 11, 2024 · 2 comments
Labels
app-neovim Issues related to neovim support

Comments

@fidgetingbits
Copy link
Contributor

I'm not sure yet what we'll have to change, but neovim/neovim#27949 is tracking development that will rework how remote plugins work in neovim, so likely will affect how the node function registration works.

Once we change it will also mean we have to specify whatever version of neovim ends up supporting the new way (currently planned for 0.11) will become a requirement for using cursorless.nvim.

@saidelike
Copy link
Collaborator

Yes, the PR is neovim/node-client#344 and as you mentioned it will change how we load plugins (neovim/node-client#356) but will also allow loading command-server outside of cursorless.nvim (#2351)

@saidelike saidelike added the app-neovim Issues related to neovim support label Jun 11, 2024
@saidelike
Copy link
Collaborator

Probably also worth mentioning this project https://github.com/roxma/nvim-yarp which allows running remote plugins without “:UpdateRemotePlugins”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app-neovim Issues related to neovim support
Projects
None yet
Development

No branches or pull requests

2 participants