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: cursorless.nvim won’t work if user has other node remote plugins #2398

Open
saidelike opened this issue Jun 11, 2024 · 0 comments
Open
Labels
app-neovim Issues related to neovim support

Comments

@saidelike
Copy link
Collaborator

This is because atm only one place can register node functions (neovim/node-client#356). cursorless.nvim does it manually on its own, which means neither another plugin can do it in their own plugin nor can it be done in the default rplugins.vim (with “:UpdateRemotePlugins”) or it will conflict with cursorless.nvim. If that happens, the first plugin registering node functions will win and the other will fail. This will be solved by #2397

@saidelike saidelike added the app-neovim Issues related to neovim support label Jun 11, 2024
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

1 participant