kickstart.nvim/lua/plugins/trouble.lua
Iwaniuk Krzysztof 1bbc50e3a9 another day
2024-06-19 00:41:29 +02:00

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