multiple-cursors.nvim
multiple-cursors.nvim copied to clipboard
autocompleted items are not handled correctly
Great plugin! I think this issue I have is the last step before I can switch from vim-visual-multi.
As you can see, when auto-completing, the other cursors do not end up with the correct text, Neovim version 0.10.0. I'm not quite sure if I understood correctly, but I did add the pre and post hooks to the plugin setup in Lazy.nvim
Interestingly, I cannot repro this just given Neovim's default completion menu or even with nvim-cmp unless I setup a language server, it seems to happen only with suggestions given by the LSP?
Expected behavior is that whatever text is auto-completed on the "primary" cursor is replicated across all cursors - this does work with vim-visual-multi