Skip to content

Commit

Permalink
fix: lazy load trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Dec 29, 2024
1 parent d5f0345 commit b20421f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/core/plugins/trouble.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ local config = vim.tbl_deep_extend("force", default_config, user_config)
return {
{
"folke/trouble.nvim",
event = "VeryLazy",
enabled = config.enabled,
opts = config.opts,
keys = config.keys,
Expand Down

0 comments on commit b20421f

Please sign in to comment.