mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-20 18:54:25 +02:00
custom whichkey entries
This commit is contained in:
parent
8c9ddc7090
commit
00bf949fe8
4 changed files with 32 additions and 56 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue