aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/trouble.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins/trouble.lua')
-rw-r--r--.config/nvim/lua/plugins/trouble.lua15
1 files changed, 9 insertions, 6 deletions
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 = {