kickstart.nvim/lua/plugins/trouble.lua

20 lines
321 B
Lua

return {
{
'folke/trouble.nvim',
opts = {
modes = {
test = {
mode = 'diagnostics',
preview = {
relative = 'win',
type = 'split',
position = 'right',
size = 0.3,
},
},
},
},
cmd = 'Trouble',
},
}