brenton-leighton / multiple-cursors.nvim

A multi-cursor plugin for Neovim that works in normal, insert/replace, or visual modes, and with almost every command
Apache License 2.0
249 stars 7 forks source link

Not loaded by lazy, even with "lazy = false", "event = "VeryLazy"" and so son #73

Open hrqmonteiro opened 1 month ago

hrqmonteiro commented 1 month ago

The plugin is not loaded by lazy.vim, therefore i cannot use it

image image

brenton-leighton commented 1 month ago

I don't know why that's happening. Can you try disabling all other plugins to see if it still doesn't load?

EricDriussi commented 1 week ago

Chiming in to point out two things:

  1. A plugin not being loaded by one plugin manager is hardly an issue with the plugin.
  2. I can confirm that the plugin works as expected and is loaded by Lazyvim (so lazy.nvim) with the config that OP provided.

I would consider this user error and close the issue.