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

Doesn't work with packer and LunarVim #81

Closed
unkindypie opened this issue Feb 3, 2024 · 2 comments
Closed

Doesn't work with packer and LunarVim #81

unkindypie opened this issue Feb 3, 2024 · 2 comments

Comments

@unkindypie
Copy link

Tried to install nvim-dbee to my LunarVim via packer by adding this configuration to my configs:

  {
    "kndndrj/nvim-dbee",
    requires = {
      "MunifTanjim/nui.nvim",
    },
    run = function()
      -- Install tries to automatically detect the install method.
      -- if it fails, try calling it with one of these parameters:
      --    "curl", "wget", "bitsadmin", "go"
      require("dbee").install()
    end,
    config = function()
      require("dbee").setup( --[[optional config]])
    end
  },

but got this error when installing the package:
image
And this error when starting LunarVim (which is weird as I don't use lazy, I use packer):
image

My versions:
NVIM v0.9.5
LunarVim 1.3

@slarse
Copy link

slarse commented Feb 5, 2024

I encountered the same problem, there's already a PR that fixes it. See #78.

@kndndrj kndndrj mentioned this issue Apr 22, 2024
@kndndrj
Copy link
Owner

kndndrj commented Apr 24, 2024

Fixed with #98

@kndndrj kndndrj closed this as completed Apr 24, 2024
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

3 participants