we should install O.user_plugins (#905)

This commit is contained in:
Abouzar Parvan 2021-07-13 06:21:49 +04:30 committed by GitHub
parent d8268b5368
commit b98646ce7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -247,4 +247,9 @@ return require("packer").startup(function(use)
-- ft = { "java" },
disable = not O.lang.java.java_tools.active,
}
-- Install user plugins
for _, plugin in pairs(O.user_plugins) do
packer.use(plugin)
end
end)