From ed6f7f69f2d420ec8f6936a40cba85823831798b Mon Sep 17 00:00:00 2001 From: delta Date: Sat, 27 Jun 2026 03:10:52 +0200 Subject: nveeem config --- .config/nvim/lua/plugins/trouble.lua | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '.config/nvim/lua/plugins/trouble.lua') diff --git a/.config/nvim/lua/plugins/trouble.lua b/.config/nvim/lua/plugins/trouble.lua index cc40587..8a21b96 100644 --- a/.config/nvim/lua/plugins/trouble.lua +++ b/.config/nvim/lua/plugins/trouble.lua @@ -44,13 +44,16 @@ return { win = { position = "down", size = 0.4, + wo = { + wrap = true + } }, - preview = { - type = "split", - relative = "win", - position = "right", - size = 0.5, - }, + -- preview = { + -- type = "split", + -- relative = "win", + -- position = "right", + -- size = 0.5, + -- }, }, }, icons = { -- cgit v1.2.3