summaryrefslogtreecommitdiff
path: root/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r--lua/plugins.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua
index 1a857c66..b14cac46 100644
--- a/lua/plugins.lua
+++ b/lua/plugins.lua
@@ -459,4 +459,6 @@ return require("packer").startup(function(use)
requires = "hrsh7th/nvim-compe",
disable = not O.plugin.tabnine.active,
}
+ for _, plugin in pairs(O.custom_plugins) do packer.use(plugin) end
+
end)