Skip to content

Commit

Permalink
feat: set default zindex for hover to 45. Lower than cmp and notify
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 27, 2022
1 parent fb10fa2 commit 0bf5f9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/noice/config/views.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ M.defaults = {
hover = {
view = "popup",
relative = "cursor",
zindex = 45,
enter = false,
anchor = "auto",
size = {
Expand Down

0 comments on commit 0bf5f9e

Please sign in to comment.