bug:
#836
Replies: 2 comments 4 replies
-
Try removing the line views = {
cmdline_popup = {
position = {
row = 25,
col = "50%",
},
size = {
width = 60,
height = "auto",
},
},
popupmenu = {
position = {
row = 28,
col = "50%",
},
size = {
width = 60,
height = 10,
},
border = {
style = "rounded",
padding = { 0, 1 },
},
win_options = {
winhighlight = { Normal = "Normal", FloatBorder = "DiagnosticInfo" },
},
}, |
Beta Was this translation helpful? Give feedback.
3 replies
-
Please use discussions for user questions.... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check docs and existing issues?
Neovim version (nvim -v)
0.10.0
Operating system/version
Ubuntu 23.04 in WSL2
Describe the bug
I wanted to move my cmdline_popup and and the popupmenu down towards the middle of my screen. I have used the recipe for putting them together so I just changed the "rows" setting to be 20 higher.
The cmdline_popup is moving down just fine, but the popupmenu stays in the same location. As I understand it, these values are relative to the upper row of the editor.
Ideally I wanted to move it to the middle of the screen with the popupmenu below it (so basically 50% + 2rows). I can however not seem to find a way to do this at all.
Steps To Reproduce
just add these settings to the Noice setup and then : to see the location of the popups.
Expected Behavior
The cmdline_popup and popupmenu are both moved 20 rows down.
Repro
Beta Was this translation helpful? Give feedback.
All reactions