Skip to content

Commit

Permalink
fix: popupmenu default relative=editor
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 7, 2022
1 parent 7db9fe7 commit 7ef41aa
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 @@ -29,6 +29,7 @@ end
---@class NoiceConfigViews: table<string, NoiceViewOptions>
M.defaults = {
popupmenu = {
relative = "editor",
zindex = 65,
position = "auto", -- when auto, then it will be positioned to the cmdline or cursor
size = {
Expand Down

0 comments on commit 7ef41aa

Please sign in to comment.