t0vim/lua/custom/plugins/trouble.lua
2025-07-28 18:28:03 +03:00

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,
},
}