Skip to content

Commit

Permalink
fix: merge stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 17, 2024
1 parent ca7d6e0 commit c074564
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/lazy/core/plugin.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
local Config = require("lazy.core.config")
local Handler = require("lazy.core.handler")
local Packspec = require("lazy.core.packspec")
local Util = require("lazy.core.util")

Expand Down Expand Up @@ -172,8 +171,6 @@ function Spec:add(plugin, results)
plugin.dependencies = self:normalize(plugin.dependencies, {})
table.remove(M.fid_stack)
end
plugin._ = {}
plugin._.dep = is_dep

-- import the plugin's spec
if Config.options.packspec.enabled and plugin.dir and not self.packspecs[plugin.dir] then
Expand Down

0 comments on commit c074564

Please sign in to comment.