custom whichkey entries

This commit is contained in:
Chris 2021-07-06 21:42:26 -04:00
parent 8c9ddc7090
commit 00bf949fe8
4 changed files with 32 additions and 56 deletions

View file

@ -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)