wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.85k stars 265 forks source link

Only required if you have packer configured as 'opt' #1204

Open Yohnny777 opened 1 year ago

Yohnny777 commented 1 year ago

Hello, I'm just trying to install packer, I get hit with:

https://github.com/wbthomason/packer.nvim/blob/1d0cf98a561f7fd654c970c49f917d74fafe1530/README.md?plain=1#L76-L77

What does it even mean? Should I add this line or not?

rahulkp220 commented 1 year ago

This means that you need to do that only if you have installed packer inside the directory opt under the path /.local/share/nvim/site/pack/packer/opt/packer.nvim. If not, you can skip this line.