set wrap in trouble window

This commit is contained in:
Thomas Ruoff
2025-10-15 15:18:48 +02:00
parent d0670a05ac
commit abbceeecd7

View File

@@ -1,6 +1,8 @@
return {
'folke/trouble.nvim',
opts = {}, -- for default options, refer to the configuration section for custom setup.
opts = {
win = { wo = { wrap = true } },
},
cmd = 'Trouble',
keys = {
{