t0vim/lua/custom/plugins/trouble.lua
2025-02-01 11:48:49 +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,
},
}