Skip to content

Commit

Permalink
fix: VeryLazy load harpoon and which-key
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Mar 24, 2024
1 parent ef6a1f7 commit 4666f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/core/plugins/harpoon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ return {
"ThePrimeagen/harpoon",
enabled = vim.g.config.plugins.harpoon.enable,
dependencies = { "nvim-lua/plenary.nvim" },
event = "VimEnter",
event = "VeryLazy",
branch = "harpoon2",
config = function()
local harpoon = require("harpoon")
Expand Down
2 changes: 1 addition & 1 deletion lua/core/plugins/which-key.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local icons = require("utils.icons")
local M = {
"folke/which-key.nvim",
event = "VimEnter",
event = "VeryLazy",
opts = {
icons = {
breadcrumb = icons.arrows.DoubleArrowRight, -- symbol used in the command line area that shows your active key combo
Expand Down

0 comments on commit 4666f2e

Please sign in to comment.