mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 23:30:55 +01:00
This commit is contained in:
parent
1a1bc99f1b
commit
4055b8bb19
1 changed files with 3 additions and 1 deletions
|
@ -200,7 +200,9 @@ local plugins = {
|
||||||
|
|
||||||
["folke/which-key.nvim"] = {
|
["folke/which-key.nvim"] = {
|
||||||
opt = true,
|
opt = true,
|
||||||
setup = lazy_load "which-key.nvim",
|
setup = function()
|
||||||
|
require("core.utils").packer_lazy_load "which-key.nvim"
|
||||||
|
end,
|
||||||
config = function()
|
config = function()
|
||||||
require "plugins.configs.whichkey"
|
require "plugins.configs.whichkey"
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Reference in a new issue