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.72k stars 262 forks source link

feat: make sure handlers destruct themselves when plugins are loaded #1144

Closed lewis6991 closed 1 year ago

lewis6991 commented 1 year ago

In light of #1143, I thought I'd take a stab at handling this properly.

Not sure if this is good or works as intended.

lewis6991 commented 1 year ago

@wbthomason