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

PackerInstall isn't installed #30

Closed
mTvare6 opened this issue Apr 24, 2021 · 6 comments
Closed

PackerInstall isn't installed #30

mTvare6 opened this issue Apr 24, 2021 · 6 comments

Comments

@mTvare6
Copy link
Contributor

mTvare6 commented Apr 24, 2021

I ran git clone https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim but still PackerInstall doesn't work

siduck pushed a commit that referenced this issue Apr 24, 2021
@siduck
Copy link
Member

siduck commented Apr 24, 2021

Dont execute its install command in one line , try

git clone https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim

Open a new terminal with nvim and type :PackerInstall

It works for me : a video (https://share.vidyard.com/watch/woJ2XzFUPevtLZUrK4tdj6?)

@mTvare6
Copy link
Contributor Author

mTvare6 commented Apr 24, 2021

Still doesn't work :/ (video)[https://transfer.sh/6m73z/Screen%20Recording%202021-04-24%20at%205.56.49%20PM.mov]
packadd says arguement required

@siduck
Copy link
Member

siduck commented Apr 24, 2021

@mTvare6 show the output of ls .local/share/nvim/site/pack

@mTvare6
Copy link
Contributor Author

mTvare6 commented Apr 24, 2021

It says packer

additional info:

> tree
.
└── packer
    └── start
        └── packer.nvim
            ├── LICENSE
            ├── README.md
            ├── doc
            │   └── packer.txt
            └── lua
                ├── packer
                │   ├── async.lua
                │   ├── clean.lua
                │   ├── compile.lua
                │   ├── display.lua
                │   ├── handlers.lua
                │   ├── install.lua
                │   ├── jobs.lua
                │   ├── load.lua
                │   ├── log.lua
                │   ├── luarocks.lua
                │   ├── plugin_types
                │   │   ├── git.lua
                │   │   └── local.lua
                │   ├── plugin_types.lua
                │   ├── plugin_utils.lua
                │   ├── result.lua
                │   ├── update.lua
                │   └── util.lua
                └── packer.lua

@siduck
Copy link
Member

siduck commented Apr 24, 2021

Looks like packer is installed , I wonder why doesnt :PackerInstall work :(

@mTvare6 mTvare6 closed this as completed Apr 24, 2021
@mTvare6
Copy link
Contributor Author

mTvare6 commented Apr 24, 2021

I was using NVIM 0.4.4

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