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 Mar 28, 2024
1 parent bf604f7 commit d1a024f
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 d1a024f

Please sign in to comment.