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.75k stars 261 forks source link

fix: README bootstrap error (fixes #742) #1036

Closed craigmac closed 1 year ago

craigmac commented 1 year ago

Fixes bootstrap code in README.md which erroneously tries to clean the newly installed packer.nvim package when there are no packages listed in the startup() call.

Fixes #742