Skip to content

Commit

Permalink
fix(preview): set correct winhighlight for preview window in main. See
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 30, 2024
1 parent eed25b2 commit 8c3c1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/trouble/view/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function M.new(opts)
opts.relative = "win"
opts.position = { 0, 0 }
opts.size = { width = 1, height = 1 }
opts.wo.winhighlight = ""
opts.wo.winhighlight = "Normal:Normal"
end
self.opts = opts
return self
Expand Down

0 comments on commit 8c3c1db

Please sign in to comment.