10 lines
223 B
Lua
10 lines
223 B
Lua
return {
|
|
{
|
|
"folke/trouble.nvim",
|
|
opts = {}, -- for default options, refer to the configuration section for custom setup.
|
|
cmd = "Trouble",
|
|
config = function()
|
|
require "custom/trouble"
|
|
end,
|
|
},
|
|
}
|