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.83k stars 266 forks source link

Add packadd command to load packer when bootstrapping #953

Closed calebdw closed 2 years ago

calebdw commented 2 years ago

Opening Neovim for the first time trying to bootstrap packer would fail because packer wouldn't be loaded until the second time Neovim was opened.

Added the packadd command to correct this issue.