Skip to content

Commit

Permalink
fix(window): set default winblend=0. See #468
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 2, 2024
1 parent e3087b3 commit e296940
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 @@ -99,6 +99,7 @@ local defaults = {
},
wo = {
winbar = "",
winblend = 0,
},
}

Expand Down

0 comments on commit e296940

Please sign in to comment.