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

E492: Not an editor command: MakeitOpen #4

Open
danielyaba opened this issue Nov 14, 2024 · 1 comment
Open

E492: Not an editor command: MakeitOpen #4

danielyaba opened this issue Nov 14, 2024 · 1 comment

Comments

@danielyaba
Copy link

Hi,

I'm getting this error on all the plugin's commands

Also verified the plugin loaded successfully by Lazy

Regards,
Daniel Y.

@GoldfishPi
Copy link

@danielyaba I just ran into this issue also, I think the docs are semi incomplete, using packer.nvim I had to call the setup functions and that fixed it for me.

  use {
    "Zeioth/makeit.nvim", 
    requires={"stevearc/overseer.nvim"},
    config = function()
      require('overseer').setup()
      require("makeit").setup {}
    end
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants