Skip to content

Commit

Permalink
fix(window): main window float should have regular winhighlight
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 30, 2024
1 parent 0d7cdeb commit 6ccd579
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/trouble/view/window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ function M.new(opts)
opts.relative = "win"
opts.position = { 0, 0 }
opts.size = { width = 1, height = 1 }
opts.wo.winhighlight = ""
end
self.opts = opts
return self
Expand Down

0 comments on commit 6ccd579

Please sign in to comment.