fix(loader): don't load handlers before installing plugins

This commit is contained in:
Folke Lemaitre 2023-10-16 15:05:16 +02:00
commit 1cfd6d1f36
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 49 additions and 25 deletions

View file

@ -20,6 +20,8 @@
---@field module? string
---@field dir? string Explicit dir or dev set for this plugin
---@field rtp_loaded? boolean
---@field values? table<string,boolean>
---@field handlers_enabled? boolean
---@alias PluginOpts table|fun(self:LazyPlugin, opts:table):table?