From 00bf949fe8ee51d49650356e9a68cfe068e400e1 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 6 Jul 2021 21:42:26 -0400 Subject: custom whichkey entries --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins.lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 22132956..0c138d32 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -355,7 +355,7 @@ return require("packer").startup(function(use) disable = not O.plugin.ts_hintobjects.active, } - for _, plugin in pairs(O.custom_plugins) do + for _, plugin in pairs(O.user_plugins) do packer.use(plugin) end end) -- cgit v1.2.3