mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
we should install O.user_plugins (#905)
This commit is contained in:
parent
d8268b5368
commit
b98646ce7a
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue