diff --git a/lua/plugins.lua b/lua/plugins.lua index aec76ae..17783bb 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -557,6 +557,11 @@ local plugins = { 'jakemason/ouroboros', dependencies = { "nvim-lua/plenary.nvim" } }, + { + "folke/trouble.nvim", + config = function () require("trouble").setup() end, + cmd = "Trouble", + }, } return plugins