mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 12:56:46 +00:00
fix(plugin): improved dir/dev merging. Fixes #993
This commit is contained in:
parent
0c53d4673f
commit
3dc413d6fd
3 changed files with 65 additions and 11 deletions
|
@ -18,6 +18,7 @@
|
|||
---@field cond? boolean
|
||||
---@field super? LazyPlugin
|
||||
---@field module? string
|
||||
---@field dir? string Explicit dir or dev set for this plugin
|
||||
|
||||
---@alias PluginOpts table|fun(self:LazyPlugin, opts:table):table?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue