folke / noice.nvim

💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
Apache License 2.0
3.95k stars 88 forks source link

bug: noice.nvim is causing pyright lsp hover docs to show up and I want to disable it #859

Closed sainttttt closed 2 weeks ago

sainttttt commented 2 weeks ago

Did you check docs and existing issues?

Neovim version (nvim -v)

NVIM v0.10.0 Build type: Release LuaJIT 2.1.1716656478

Operating system/version

macOS 13.6.2

Describe the bug

noice is causing lsp docs to popup for pyright/python. If I disable noice then the doc popup doesn't show. I want to find out how to disable the doc popup!

Can be seen in this video https://streamable.com/jiqjz1

Steps To Reproduce

  1. install noice and pyright lsp
  2. type some code like max(
  3. doc popup shows
  4. https://streamable.com/jiqjz1

Expected Behavior

No docs should show up

Repro

No response