Browse Source

Fix bug where uninstalled plugins with dependencies would never be

queued for installation
master
Adam Pippin 2 years ago
parent
commit
fe94e1073c
  1. 1
      lua/module/plugins.lua

1
lua/module/plugins.lua

@ -33,7 +33,6 @@ function M:has(name)
return false
end
-- Register all plugins from the config with ourself
function M:register()
for idx, plugin in pairs(self.config.plugins) do

Loading…
Cancel
Save