mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
fix(plugin): dont allow dir
changes when we already loaded files from the plugin's old dir. Show an error in this case. Fixes #993
This commit is contained in:
parent
3dc413d6fd
commit
c8e2091e6d
3 changed files with 13 additions and 2 deletions
|
@ -19,6 +19,7 @@
|
|||
---@field super? LazyPlugin
|
||||
---@field module? string
|
||||
---@field dir? string Explicit dir or dev set for this plugin
|
||||
---@field rtp_loaded? boolean
|
||||
|
||||
---@alias PluginOpts table|fun(self:LazyPlugin, opts:table):table?
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue