diff --git a/lua/noice/config/views.lua b/lua/noice/config/views.lua index fb95335..ced9c9d 100644 --- a/lua/noice/config/views.lua +++ b/lua/noice/config/views.lua @@ -56,6 +56,7 @@ M.defaults = { }, cmdline_popupmenu = { view = "popupmenu", + zindex = 200, }, virtualtext = { backend = "virtualtext", @@ -196,7 +197,7 @@ M.defaults = { relative = "editor", focusable = false, enter = false, - zindex = 60, + zindex = 200, position = { row = "50%", col = "50%", @@ -230,7 +231,7 @@ M.defaults = { focusable = false, align = "center", enter = false, - zindex = 60, + zindex = 210, format = { "{confirm}" }, position = { row = "50%",