You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
Activity
saidelike commentedon Jun 11, 2024
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 commentedon Jun 11, 2024
Probably also worth mentioning this project https://github.com/roxma/nvim-yarp which allows running remote plugins without “:UpdateRemotePlugins”