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: check if a plugin given as a requirement is a single-specification table #1041

Closed wbthomason closed 1 year ago

wbthomason commented 1 year ago

Should fix #1038 by adding a missing check for a possible requires case.

@glepnir, does this work for you?

wbthomason commented 1 year ago

@glepnir please let us know if this does not fix your problem, but I'm going to go ahead and merge as this is a simple enough change.