Skip to content

Commit

Permalink
fix(manage): do not reload pugins on clear
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 22, 2022
1 parent 037973c commit b5d6afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazy/manage/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ function M.clean(opts)
end

function M.clear()
Plugin.load()
for _, plugin in pairs(Config.plugins) do
plugin._.has_updates = nil
plugin._.updated = nil
Expand Down

0 comments on commit b5d6afc

Please sign in to comment.