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

Unable to install using packer #123

Open
c0deek opened this issue Dec 25, 2022 · 2 comments
Open

Unable to install using packer #123

c0deek opened this issue Dec 25, 2022 · 2 comments

Comments

@c0deek
Copy link

c0deek commented Dec 25, 2022

Added the plugin in init.lua but somehow packer doesn't recognize it

@BrenekH
Copy link

BrenekH commented Jan 22, 2023

I was able to install with Packer no problem.

require('packer').startup(function(use)
    -- ...

    -- VimBeGood
    use 'ThePrimeagen/vim-be-good'

    -- ...
end)

After I added the above snippet into my init.lua, running :PackerUpdate pulled it right in and I was good to go.

@spuddy93
Copy link

spuddy93 commented Jul 3, 2023

I can't get it to install with packer either. It's weirdly totally ignored. I even tried putting this directly in my init.lua as the previous comment mentioned instead of with the rest of my packer plugins just to see if that would change anything. I've done PackerSync, PackerUpdate, PackerCompile, and PackerInstall and none of them make a difference. I can run PackerStatus afterwards and it's the only one of my plugins missing.

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