The plugin is great! But right now, I cannot use my autocomplete features anymore, after I have used VM. I am using LazyVim Steps to reproduce: 1. Press `<C-n>` do enter VM, 2. Press `<C-n>` again to select a second word (essential to reproduce the bug) 3. Press `<ESC>` to exit 4. Press `<i>` to enter insert mode 5. Trigger some auto complete and try to select with `<CR>` and `up/down` arrows to select something. https://github.com/user-attachments/assets/525f5daf-f966-47c3-9a72-335290b8e1ec Don't have anything configured, just: ```lua return { "mg979/vim-visual-multi", branch = "master", } ``` Also when I enter VM, I get this warnings: <img width="417" alt="Image" src="https://github.com/user-attachments/assets/0a5596c1-7e7e-4375-bd0e-5c9e0d4421d5" />
The plugin is great! But right now, I cannot use my autocomplete features anymore, after I have used VM.
I am using LazyVim
Steps to reproduce:
<C-n>do enter VM,<C-n>again to select a second word (essential to reproduce the bug)<ESC>to exit<i>to enter insert mode<CR>andup/downarrows to select something.after-using-vm-cannot-use-cr.mov
Don't have anything configured, just:
Also when I enter VM, I get this warnings: