cursorless icon indicating copy to clipboard operation
cursorless copied to clipboard

neovim: cursorless.nvim won’t work if user has other node remote plugins

Open saidelike opened this issue 1 year ago • 0 comments

This is because atm only one place can register node functions (https://github.com/neovim/node-client/issues/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 https://github.com/cursorless-dev/cursorless/issues/2397

saidelike avatar Jun 11 '24 06:06 saidelike