kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Can not scroll through documentation window

Open YouRik opened this issue 4 months ago • 1 comments

Describe the bug

Using <C-f> and <C-b> as defined in the init.lua to scroll through the documentation window does not work. Instead, they scroll up and down the worked on buffer by one full page. See: https://github.com/nvim-lua/kickstart.nvim/blob/4120893b8a1f31a0957f2f891f7fbef73ddfb9b1/init.lua#L771-L773

To Reproduce

  1. Install kickstart.nvim
  2. Install some LSP for a programming language (in my case Python and Pyright)
  3. Open a file for that programming language
  4. hit <S-K> to hover over a symbol that has documentation and observe the documentation window appear
  5. Press <C-f> or <C-b> and observe that it's not scrolling the documentation

Desktop

  • OS: macOS 15
  • Terminal: iterm2

Neovim Version

:version
NVIM v0.10.2
Build type: Release
LuaJIT 2.1.1727870382
Run ":verbose version" for more info

YouRik avatar Oct 25 '24 16:10 YouRik